Color Hex Logo

#bc974e Color Hex

#BC974E
(188,151,78)
0 Favorites   0 Comments

Color spaces of #bc974e

RGB 18815178
HSL0.110.450.52
HSV40°59°74°
CMYK 0.000.200.59   0.26
XYZ33.180833.374611.9009
Yxy33.37460.42290.4254
Hunter Lab57.77081.423228.2257
CIE-Lab64.46315.238643.1048

#bc974e color RGB value is (188,151,78).

#bc974e hex color red value is 188, green value is 151 and the blue value of its RGB is 78. Cylindrical-coordinate representations (also known as HSL) of color #bc974e hue: 0.11 , saturation: 0.45 and the lightness value of bc974e is 0.52.

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 10010111 01001110
Octal 274 227 116
Decimal 188 151 78
Hex BC 97 4E

RGB Percentages of Color #bc974e

%45.08
%36.21
%18.71

CMYK Percentages of Color #bc974e

%0
%20
%59
%26

Triadic Colors of #bc974e

#bc974e #4ebc97 #974ebc

Analogous Colors of #bc974e

#bc974e #aabc4e #bc604e

Monochromatic Colors of #bc974e

#bc974e

Complementary Color

#bc974e #4e73bc

#bc974e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bc974e Color Preview on White Background

Lorem ipsum dolor sit amet.

#bc974e Color CSS Codes

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

#bc974e Text Font Color

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

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


#bc974e Background Color

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

This div background color is #bc974e


#bc974e Border Color

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

This div border color is #bc974e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bc974e


Comments

No comments written yet.

Please login to write comment.