Color Hex Logo

#bd652c Color Hex

#BD652C
(189,101,44)
0 Favorites   0 Comments

Color spaces of #bd652c

RGB 18910144
HSL0.070.620.46
HSV24°77°74°
CMYK 0.000.470.77   0.26
XYZ26.094620.30804.9274
Yxy20.30800.50840.3956
Hunter Lab45.064424.498025.0622
CIE-Lab52.183731.073046.2866

#bd652c color RGB value is (189,101,44).

#bd652c hex color red value is 189, green value is 101 and the blue value of its RGB is 44. Cylindrical-coordinate representations (also known as HSL) of color #bd652c hue: 0.07 , saturation: 0.62 and the lightness value of bd652c is 0.46.

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 01100101 00101100
Octal 275 145 54
Decimal 189 101 44
Hex BD 65 2C

RGB Percentages of Color #bd652c

%56.59
%30.24
%13.17

CMYK Percentages of Color #bd652c

%0
%47
%77
%26

Triadic Colors of #bd652c

#bd652c #2cbd65 #652cbd

Analogous Colors of #bd652c

#bd652c #bdae2c #bd2c3c

Monochromatic Colors of #bd652c

#bd652c

Complementary Color

#bd652c #2c84bd

#bd652c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd652c Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd652c Color CSS Codes

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

#bd652c Text Font Color

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

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


#bd652c Background Color

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

This div background color is #bd652c


#bd652c Border Color

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

This div border color is #bd652c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd652c


Comments

No comments written yet.

Please login to write comment.