#BC9E58

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

Shades of Barley Corn #BC9E58

Tints of Barley Corn #BC9E58

Color information

#BC9E58 (or 0xBC9E58) is unknown color: approx Barley Corn. HEX triplet: BC, 9E and 58. RGB value is (188,158,88). Sum of RGB (Red+Green+Blue) = 188+158+88=434 (57% of max value = 765). Red value is 188 (73.83% from 255 or 43.32% from 434); Green value is 158 (62.11% from 255 or 36.41% from 434); Blue value is 88 (34.77% from 255 or 20.28% from 434); Max value from RGB is 188 - color contains mainly: red. Hex color #BC9E58 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BC9E58 is #4361A7. Grayscale: #9F9F9F. Windows color (decimal): -4415912 or 5807804. OLE color: 5807804.

HSL color Cylindrical-coordinate representation of color #BC9E58: hue angle of 42º degrees, saturation: 0.43, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #BC9E58 is Cyan = 0, Magento = 0.16, Yellow = 0.53 and Black (K on CMYK) = 0.26.

Color convert

RGB18815888-
CMYK00.160.530.26
HSL42º42.74%54.12%-
HSV(B)42º53.19%73.73%-
XYZ34.7335.8514.32-
YUV158.9987.94148.69-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 43.32%
GREEN value IS 158 (62.11% from 255) = 36.41%
BLUE value IS 88 (34.77% from 255) = 20.28%
R=43.32%
G=36.41%
B=20.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.53
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1881588800.160.530.264242.7454.12
HexBC9E58010351A2a2b36
Octal2742361300206532525366
Binary1011110010011110101100001000011010111010101010101011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC9E58

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC9E58; }

 p { color: rgb(188,158,88); }

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

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

 a { background-color: rgb(188,158,88); }

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

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

 span { border-color: rgb(188,158,88); }

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