#BF9C56

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

Shades of Barley Corn #BF9C56

Tints of Barley Corn #BF9C56

Color information

#BF9C56 (or 0xBF9C56) is unknown color: approx Barley Corn. HEX triplet: BF, 9C and 56. RGB value is (191,156,86). Sum of RGB (Red+Green+Blue) = 191+156+86=433 (57% of max value = 765). Red value is 191 (75% from 255 or 44.11% from 433); Green value is 156 (61.33% from 255 or 36.03% from 433); Blue value is 86 (33.98% from 255 or 19.86% from 433); Max value from RGB is 191 - color contains mainly: red. Hex color #BF9C56 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BF9C56 is #4063A9. Grayscale: #9E9E9E. Windows color (decimal): -4219818 or 5676223. OLE color: 5676223.

HSL color Cylindrical-coordinate representation of color #BF9C56: hue angle of 40º degrees, saturation: 0.45, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #BF9C56 is Cyan = 0, Magento = 0.18, Yellow = 0.55 and Black (K on CMYK) = 0.25.

Color convert

RGB19115686-
CMYK00.180.550.25
HSL40º45.06%54.31%-
HSV(B)40º54.97%74.9%-
XYZ35.0535.5313.81-
YUV158.4887.1151.19-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 44.11%
GREEN value IS 156 (61.33% from 255) = 36.03%
BLUE value IS 86 (33.98% from 255) = 19.86%
R=44.11%
G=36.03%
B=19.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.55
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1911568600.180.550.254045.0654.31
HexBF9C560123719282d36
Octal2772341260226731505566
Binary1011111110011100101011001001011011111001101000101101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF9C56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF9C56; }

 p { color: rgb(191,156,86); }

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

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

 a { background-color: rgb(191,156,86); }

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

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

 span { border-color: rgb(191,156,86); }

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