#bf9c58

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

Shades of Barley Corn #BF9C58

Tints of Barley Corn #BF9C58

Color information

#BF9C58 (or 0xBF9C58) is unknown color: approx Barley Corn. HEX triplet: BF, 9C and 58. RGB value is (191,156,88). Sum of RGB (Red+Green+Blue) = 191+156+88=435 (57% of max value = 765). Red value is 191 (75% from 255 or 43.91% from 435); Green value is 156 (61.33% from 255 or 35.86% from 435); Blue value is 88 (34.77% from 255 or 20.23% from 435); Max value from RGB is 191 - color contains mainly: red. Hex color #BF9C58 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BF9C58 is #4063A7. Grayscale: #9F9F9F. Windows color (decimal): -4219816 or 5807295. OLE color: 5807295.

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

Color convert

RGB19115688-
CMYK00.180.540.25
HSL39.61º44.59%54.71%-
HSV(B)39.61º53.93%74.9%-
XYZ35.1435.5614.24-
YUV158.7188.1151.03-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 43.91%
GREEN value IS 156 (61.33% from 255) = 35.86%
BLUE value IS 88 (34.77% from 255) = 20.23%
R=43.91%
G=35.86%
B=20.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.54
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1911568800.180.540.2539.6144.5954.71
HexBF9C580123619282d37
Octal2772341300226631505567
Binary1011111110011100101100001001011011011001101000101101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #bf9c58

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #bf9c58; }

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

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

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

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

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

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

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

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