#BC9B5A

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

Shades of Barley Corn #BC9B5A

Tints of Barley Corn #BC9B5A

Color information

#BC9B5A (or 0xBC9B5A) is unknown color: approx Barley Corn. HEX triplet: BC, 9B and 5A. RGB value is (188,155,90). Sum of RGB (Red+Green+Blue) = 188+155+90=433 (57% of max value = 765). Red value is 188 (73.83% from 255 or 43.42% from 433); Green value is 155 (60.94% from 255 or 35.80% from 433); Blue value is 90 (35.55% from 255 or 20.79% from 433); Max value from RGB is 188 - color contains mainly: red. Hex color #BC9B5A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BC9B5A is #4364A5. Grayscale: #9D9D9D. Windows color (decimal): -4416678 or 5938108. OLE color: 5938108.

HSL color Cylindrical-coordinate representation of color #BC9B5A: hue angle of 39.8º 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 #BC9B5A is Cyan = 0, Magento = 0.18, Yellow = 0.52 and Black (K on CMYK) = 0.26.

Color convert

RGB18815590-
CMYK00.180.520.26
HSL39.8º42.24%54.51%-
HSV(B)39.8º52.13%73.73%-
XYZ34.3134.8714.6-
YUV157.4689.93149.79-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 43.42%
GREEN value IS 155 (60.94% from 255) = 35.80%
BLUE value IS 90 (35.55% from 255) = 20.79%
R=43.42%
G=35.80%
B=20.79%

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
Decimal1881559000.180.520.2639.842.2454.51
HexBC9B5A012341A282a37
Octal2742331320226432505267
Binary1011110010011011101101001001011010011010101000101010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC9B5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC9B5A; }

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

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

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

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

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

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

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

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