#BC9A5A

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

Shades of Barley Corn #BC9A5A

Tints of Barley Corn #BC9A5A

Color information

#BC9A5A (or 0xBC9A5A) is unknown color: approx Barley Corn. HEX triplet: BC, 9A and 5A. RGB value is (188,154,90). Sum of RGB (Red+Green+Blue) = 188+154+90=432 (57% of max value = 765). Red value is 188 (73.83% from 255 or 43.52% from 432); Green value is 154 (60.55% from 255 or 35.65% from 432); Blue value is 90 (35.55% from 255 or 20.83% from 432); Max value from RGB is 188 - color contains mainly: red. Hex color #BC9A5A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BC9A5A is #4365A5. Grayscale: #9D9D9D. Windows color (decimal): -4416934 or 5937852. OLE color: 5937852.

HSL color Cylindrical-coordinate representation of color #BC9A5A: hue angle of 39.18º degrees, saturation: 0.42, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #BC9A5A is Cyan = 0, Magento = 0.18, Yellow = 0.52 and Black (K on CMYK) = 0.26.

Color convert

RGB18815490-
CMYK00.180.520.26
HSL39.18º42.24%54.51%-
HSV(B)39.18º52.13%73.73%-
XYZ34.1434.5414.54-
YUV156.8790.26150.2-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 43.52%
GREEN value IS 154 (60.55% from 255) = 35.65%
BLUE value IS 90 (35.55% from 255) = 20.83%
R=43.52%
G=35.65%
B=20.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.52
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1881549000.180.520.2639.1842.2454.51
HexBC9A5A012341A272a37
Octal2742321320226432475267
Binary1011110010011010101101001001011010011010100111101010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC9A5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC9A5A; }

 p { color: rgb(188,154,90); }

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

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

 a { background-color: rgb(188,154,90); }

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

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

 span { border-color: rgb(188,154,90); }

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