#BF9960

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

Shades of Barley Corn #BF9960

Tints of Barley Corn #BF9960

Color information

#BF9960 (or 0xBF9960) is unknown color: approx Barley Corn. HEX triplet: BF, 99 and 60. RGB value is (191,153,96). Sum of RGB (Red+Green+Blue) = 191+153+96=440 (58% of max value = 765). Red value is 191 (75% from 255 or 43.41% from 440); Green value is 153 (60.16% from 255 or 34.77% from 440); Blue value is 96 (37.89% from 255 or 21.82% from 440); Max value from RGB is 191 - color contains mainly: red. Hex color #BF9960 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BF9960 is #40669F. Grayscale: #9E9E9E. Windows color (decimal): -4220576 or 6330815. OLE color: 6330815.

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

Color convert

RGB19115396-
CMYK00.200.500.25
HSL36º42.6%56.27%-
HSV(B)36º49.74%74.9%-
XYZ34.9934.715.92-
YUV157.8693.09151.63-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 43.41%
GREEN value IS 153 (60.16% from 255) = 34.77%
BLUE value IS 96 (37.89% from 255) = 21.82%
R=43.41%
G=34.77%
B=21.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.50
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1911539600.200.500.253642.656.27
HexBF99600143219242b38
Octal2772311400246231445370
Binary1011111110011001110000001010011001011001100100101011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF9960

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF9960; }

 p { color: rgb(191,153,96); }

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

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

 a { background-color: rgb(191,153,96); }

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

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

 span { border-color: rgb(191,153,96); }

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