#BC975E

Color #BC975E Barley Corn (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Barley Corn #BC975E

Tints of Barley Corn #BC975E

Color information

#BC975E (or 0xBC975E) is unknown color: approx Barley Corn. HEX triplet: BC, 97 and 5E. RGB value is (188,151,94). Sum of RGB (Red+Green+Blue) = 188+151+94=433 (57% of max value = 765). Red value is 188 (73.83% from 255 or 43.42% from 433); Green value is 151 (59.38% from 255 or 34.87% from 433); Blue value is 94 (37.11% from 255 or 21.71% from 433); Max value from RGB is 188 - color contains mainly: red. Hex color #BC975E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BC975E is #4368A1. Grayscale: #9B9B9B. Windows color (decimal): -4417698 or 6199228. OLE color: 6199228.

HSL color Cylindrical-coordinate representation of color #BC975E: hue angle of 36.38º degrees, saturation: 0.41, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #BC975E is Cyan = 0, Magento = 0.20, Yellow = 0.50 and Black (K on CMYK) = 0.26.

Color convert

RGB18815194-
CMYK00.200.500.26
HSL36.38º41.23%55.29%-
HSV(B)36.38º50%73.73%-
XYZ33.8333.6315.3-
YUV155.5693.26151.13-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 188 (73.83% from 255) = 43.42%
GREEN value IS 151 (59.38% from 255) = 34.87%
BLUE value IS 94 (37.11% from 255) = 21.71%
R=43.42%
G=34.87%
B=21.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.50
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1881519400.200.500.2636.3841.2355.29
HexBC975E014321A242937
Octal2742271360246232445167
Binary1011110010010111101111001010011001011010100100101001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC975E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC975E; }

 p { color: rgb(188,151,94); }

 H1.HeaderClassName
 {
   color: #BC975E;
 }
 .AnyTagClassName
 {
   color: #BC975E;
 }
</style>
background-color css

<style>
 a { background-color: #BC975E; }

 a { background-color: rgb(188,151,94); }

 div.DivClassName
 {
   background-color: #BC975E;
 }
 .BgClassName
 {
   background-color: #BC975E;
 }
</style>
border-color css

<style>
 span { border-color: #BC975E; }

 span { border-color: rgb(188,151,94); }

 td.TdClassName
 {
   border-color: #BC975E;
 }
 .TagClassName
 {
   border-color: #BC975E;
 }
</style>