Color Hex Logo

#bd672b Color Hex

#BD672B
(189,103,43)
0 Favorites   0 Comments

Color spaces of #bd672b

RGB 18910343
HSL0.070.630.45
HSV25°77°74°
CMYK 0.000.460.77   0.26
XYZ26.272620.69374.8951
Yxy20.69370.50660.3990
Hunter Lab45.490323.483325.4632
CIE-Lab52.612629.961347.1822

#bd672b color RGB value is (189,103,43).

#bd672b hex color red value is 189, green value is 103 and the blue value of its RGB is 43. Cylindrical-coordinate representations (also known as HSL) of color #bd672b hue: 0.07 , saturation: 0.63 and the lightness value of bd672b is 0.45.

The process color (four color CMYK) of #bd672b color hex is 0.00, 0.46, 0.77, 0.26. Web safe color of #bd672b is #cc6633. Color #bd672b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 01100111 00101011
Octal 275 147 53
Decimal 189 103 43
Hex BD 67 2B

RGB Percentages of Color #bd672b

%56.42
%30.75
%12.84

CMYK Percentages of Color #bd672b

%0
%46
%77
%26

Triadic Colors of #bd672b

#bd672b #2bbd67 #672bbd

Analogous Colors of #bd672b

#bd672b #bdb02b #bd2b38

Monochromatic Colors of #bd672b

#bd672b

Complementary Color

#bd672b #2b81bd

#bd672b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd672b Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd672b Color CSS Codes

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

#bd672b Text Font Color

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

This sample text font color is #bd672b
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.


#bd672b Background Color

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

This div background color is #bd672b


#bd672b Border Color

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

This div border color is #bd672b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd672b


Comments

No comments written yet.

Please login to write comment.