Color Hex Logo

#bc975e Color Hex

#BC975E
(188,151,94)
0 Favorites   0 Comments

Color spaces of #bc975e

RGB 18815194
HSL0.100.410.55
HSV36°50°74°
CMYK 0.000.200.50   0.26
XYZ33.826033.632715.2986
Yxy33.63270.40870.4064
Hunter Lab57.99372.624724.9550
CIE-Lab64.67006.614235.1116

#bc975e color RGB value is (188,151,94).

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

The process color (four color CMYK) of #bc975e color hex is 0.00, 0.20, 0.50, 0.26. Web safe color of #bc975e is #cc9966. Color #bc975e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 10010111 01011110
Octal 274 227 136
Decimal 188 151 94
Hex BC 97 5E

RGB Percentages of Color #bc975e

%43.42
%34.87
%21.71

CMYK Percentages of Color #bc975e

%0
%20
%50
%26

Triadic Colors of #bc975e

#bc975e #5ebc97 #975ebc

Analogous Colors of #bc975e

#bc975e #b2bc5e #bc685e

Monochromatic Colors of #bc975e

#bc975e

Complementary Color

#bc975e #5e83bc

#bc975e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bc975e Color Preview on White Background

Lorem ipsum dolor sit amet.

#bc975e Color CSS Codes

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

#bc975e Text Font Color

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

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


#bc975e Background Color

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

This div background color is #bc975e


#bc975e Border Color

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

This div border color is #bc975e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bc975e


Comments

No comments written yet.

Please login to write comment.