#BF9C5F

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

Shades of Barley Corn #BF9C5F

Tints of Barley Corn #BF9C5F

Color information

#BF9C5F (or 0xBF9C5F) is unknown color: approx Barley Corn. HEX triplet: BF, 9C and 5F. RGB value is (191,156,95). Sum of RGB (Red+Green+Blue) = 191+156+95=442 (58% of max value = 765). Red value is 191 (75% from 255 or 43.21% from 442); Green value is 156 (61.33% from 255 or 35.29% from 442); Blue value is 95 (37.5% from 255 or 21.49% from 442); Max value from RGB is 191 - color contains mainly: red. Hex color #BF9C5F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BF9C5F is #4063A0. Grayscale: #9F9F9F. Windows color (decimal): -4219809 or 6266047. OLE color: 6266047.

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

Color convert

RGB19115695-
CMYK00.180.500.25
HSL38.13º42.86%56.08%-
HSV(B)38.13º50.26%74.9%-
XYZ35.4435.6815.85-
YUV159.5191.6150.46-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 43.21%
GREEN value IS 156 (61.33% from 255) = 35.29%
BLUE value IS 95 (37.5% from 255) = 21.49%
R=43.21%
G=35.29%
B=21.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.50
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1911569500.180.500.2538.1342.8656.08
HexBF9C5F0123219262b38
Octal2772341370226231465370
Binary1011111110011100101111101001011001011001100110101011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF9C5F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF9C5F; }

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

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

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

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

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

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

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

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