Color Hex Logo

#bc945f Color Hex

#BC945F
(188,148,95)
0 Favorites   0 Comments

Color spaces of #bc945f

RGB 18814895
HSL0.090.410.55
HSV34°49°74°
CMYK 0.000.210.49   0.26
XYZ33.394532.697415.3776
Yxy32.69740.40990.4013
Hunter Lab57.18164.177424.0826
CIE-Lab63.91518.354733.6315

#bc945f color RGB value is (188,148,95).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 10010100 01011111
Octal 274 224 137
Decimal 188 148 95
Hex BC 94 5F

RGB Percentages of Color #bc945f

%43.62
%34.34
%22.04

CMYK Percentages of Color #bc945f

%0
%21
%49
%26

Triadic Colors of #bc945f

#bc945f #5fbc94 #945fbc

Analogous Colors of #bc945f

#bc945f #b6bc5f #bc665f

Monochromatic Colors of #bc945f

#bc945f

Complementary Color

#bc945f #5f87bc

#bc945f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bc945f Color Preview on White Background

Lorem ipsum dolor sit amet.

#bc945f Color CSS Codes

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

#bc945f Text Font Color

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

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


#bc945f Background Color

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

This div background color is #bc945f


#bc945f Border Color

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

This div border color is #bc945f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bc945f


Comments

No comments written yet.

Please login to write comment.