Color Hex Logo

#bc644a Color Hex

#BC644A
(188,100,74)
0 Favorites   0 Comments

Color spaces of #bc644a

RGB 18810074
HSL0.040.460.51
HSV14°61°74°
CMYK 0.000.470.61   0.26
XYZ26.532220.30018.9985
Yxy20.30010.47520.3636
Hunter Lab45.055626.267119.6976
CIE-Lab52.174832.917630.4264

#bc644a color RGB value is (188,100,74).

#bc644a hex color red value is 188, green value is 100 and the blue value of its RGB is 74. Cylindrical-coordinate representations (also known as HSL) of color #bc644a hue: 0.04 , saturation: 0.46 and the lightness value of bc644a is 0.51.

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 01100100 01001010
Octal 274 144 112
Decimal 188 100 74
Hex BC 64 4A

RGB Percentages of Color #bc644a

%51.93
%27.62
%20.44

CMYK Percentages of Color #bc644a

%0
%47
%61
%26

Triadic Colors of #bc644a

#bc644a #4abc64 #644abc

Analogous Colors of #bc644a

#bc644a #bc9d4a #bc4a69

Monochromatic Colors of #bc644a

#bc644a

Complementary Color

#bc644a #4aa2bc

#bc644a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bc644a Color Preview on White Background

Lorem ipsum dolor sit amet.

#bc644a Color CSS Codes

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

#bc644a Text Font Color

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

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


#bc644a Background Color

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

This div background color is #bc644a


#bc644a Border Color

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

This div border color is #bc644a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bc644a


Comments

No comments written yet.

Please login to write comment.