#BF9B5F

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

Shades of Barley Corn #BF9B5F

Tints of Barley Corn #BF9B5F

Color information

#BF9B5F (or 0xBF9B5F) is unknown color: approx Barley Corn. HEX triplet: BF, 9B and 5F. RGB value is (191,155,95). Sum of RGB (Red+Green+Blue) = 191+155+95=441 (58% of max value = 765). Red value is 191 (75% from 255 or 43.31% from 441); Green value is 155 (60.94% from 255 or 35.15% from 441); Blue value is 95 (37.5% from 255 or 21.54% from 441); Max value from RGB is 191 - color contains mainly: red. Hex color #BF9B5F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BF9B5F is #4064A0. Grayscale: #9F9F9F. Windows color (decimal): -4220065 or 6265791. OLE color: 6265791.

HSL color Cylindrical-coordinate representation of color #BF9B5F: hue angle of 37.5º degrees, saturation: 0.43, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #BF9B5F is Cyan = 0, Magento = 0.19, Yellow = 0.50 and Black (K on CMYK) = 0.25.

Color convert

RGB19115595-
CMYK00.190.500.25
HSL37.5º42.86%56.08%-
HSV(B)37.5º50.26%74.9%-
XYZ35.2735.3515.79-
YUV158.9291.93150.88-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 43.31%
GREEN value IS 155 (60.94% from 255) = 35.15%
BLUE value IS 95 (37.5% from 255) = 21.54%
R=43.31%
G=35.15%
B=21.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.50
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1911559500.190.500.2537.542.8656.08
HexBF9B5F0133219262b38
Octal2772331370236231465370
Binary1011111110011011101111101001111001011001100110101011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF9B5F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF9B5F; }

 p { color: rgb(191,155,95); }

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

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

 a { background-color: rgb(191,155,95); }

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

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

 span { border-color: rgb(191,155,95); }

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