Color Hex Logo

#bc945a Color Hex

#BC945A
(188,148,90)
0 Favorites   0 Comments

Color spaces of #bc945a

RGB 18814890
HSL0.100.420.55
HSV36°52°74°
CMYK 0.000.210.52   0.26
XYZ33.174432.609414.2186
Yxy32.60940.41470.4076
Hunter Lab57.10463.764825.2105
CIE-Lab63.84347.887136.1930

#bc945a color RGB value is (188,148,90).

#bc945a hex color red value is 188, green value is 148 and the blue value of its RGB is 90. Cylindrical-coordinate representations (also known as HSL) of color #bc945a hue: 0.10 , saturation: 0.42 and the lightness value of bc945a is 0.55.

The process color (four color CMYK) of #bc945a color hex is 0.00, 0.21, 0.52, 0.26. Web safe color of #bc945a is #cc9966. Color #bc945a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 10010100 01011010
Octal 274 224 132
Decimal 188 148 90
Hex BC 94 5A

RGB Percentages of Color #bc945a

%44.13
%34.74
%21.13

CMYK Percentages of Color #bc945a

%0
%21
%52
%26

Triadic Colors of #bc945a

#bc945a #5abc94 #945abc

Analogous Colors of #bc945a

#bc945a #b3bc5a #bc635a

Monochromatic Colors of #bc945a

#bc945a

Complementary Color

#bc945a #5a82bc

#bc945a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bc945a Color Preview on White Background

Lorem ipsum dolor sit amet.

#bc945a Color CSS Codes

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

#bc945a Text Font Color

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

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


#bc945a Background Color

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

This div background color is #bc945a


#bc945a Border Color

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

This div border color is #bc945a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bc945a


Comments

No comments written yet.

Please login to write comment.