Color Hex Logo

#bd643c Color Hex

#BD643C
(189,100,60)
0 Favorites   0 Comments

Color spaces of #bd643c

RGB 18910060
HSL0.050.520.49
HSV19°68°74°
CMYK 0.000.470.68   0.26
XYZ26.359020.25946.7961
Yxy20.25940.49350.3793
Hunter Lab45.010425.764822.5551
CIE-Lab52.129232.401538.1295

#bd643c color RGB value is (189,100,60).

#bd643c hex color red value is 189, green value is 100 and the blue value of its RGB is 60. Cylindrical-coordinate representations (also known as HSL) of color #bd643c hue: 0.05 , saturation: 0.52 and the lightness value of bd643c is 0.49.

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 01100100 00111100
Octal 275 144 74
Decimal 189 100 60
Hex BD 64 3C

RGB Percentages of Color #bd643c

%54.15
%28.65
%17.19

CMYK Percentages of Color #bd643c

%0
%47
%68
%26

Triadic Colors of #bd643c

#bd643c #3cbd64 #643cbd

Analogous Colors of #bd643c

#bd643c #bda53c #bd3c55

Monochromatic Colors of #bd643c

#bd643c

Complementary Color

#bd643c #3c95bd

#bd643c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd643c Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd643c Color CSS Codes

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

#bd643c Text Font Color

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

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


#bd643c Background Color

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

This div background color is #bd643c


#bd643c Border Color

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

This div border color is #bd643c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd643c


Comments

No comments written yet.

Please login to write comment.