Color Hex Logo

#bd7233 Color Hex

#BD7233
(189,114,51)
1 Favorites   0 Comments

Color spaces of #bd7233

RGB 18911451
HSL0.080.580.47
HSV27°73°74°
CMYK 0.000.400.73   0.26
XYZ27.601123.09256.1345
Yxy23.09250.48570.4064
Hunter Lab48.054718.429226.0695
CIE-Lab55.167524.348846.0306

#bd7233 color RGB value is (189,114,51).

#bd7233 hex color red value is 189, green value is 114 and the blue value of its RGB is 51. Cylindrical-coordinate representations (also known as HSL) of color #bd7233 hue: 0.08 , saturation: 0.58 and the lightness value of bd7233 is 0.47.

The process color (four color CMYK) of #bd7233 color hex is 0.00, 0.40, 0.73, 0.26. Web safe color of #bd7233 is #cc6633. Color #bd7233 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 01110010 00110011
Octal 275 162 63
Decimal 189 114 51
Hex BD 72 33

RGB Percentages of Color #bd7233

%53.39
%32.20
%14.41

CMYK Percentages of Color #bd7233

%0
%40
%73
%26

Triadic Colors of #bd7233

#bd7233 #33bd72 #7233bd

Analogous Colors of #bd7233

#bd7233 #bdb733 #bd3339

Monochromatic Colors of #bd7233

#bd7233

Complementary Color

#bd7233 #337ebd

#bd7233 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd7233 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd7233 Color CSS Codes

.mybgcolor {background-color:#bd7233; } 
.myforecolor {color:#bd7233; }
.mybordercolor {border:3px solid #bd7233; }

#bd7233 Text Font Color

<p style="color:#bd7233">Text here</p>

This sample text font color is #bd7233
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#bd7233 Background Color

<div style="background-color:#bd7233">
Div content here</div>

This div background color is #bd7233


#bd7233 Border Color

<div style="border:3px solid #bd7233">
Div here</div>

This div border color is #bd7233


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(189,114,51, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #bd7233; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #bd7233;
  -webkit-box-shadow: 1px 1px 3px 2px #bd7233;
  box-shadow:         1px 1px 3px 2px #bd7233; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(189,114,51, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #bd7233">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #bd7233;
  -webkit-box-shadow: 1px 1px 3px 2px #bd7233;
  box-shadow:         1px 1px 3px 2px #bd7233;">
Div content here</div>

This div box has shadow with color #bd7233


Comments

No comments written yet.

Please login to write comment.