#BF965F

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

Shades of Barley Corn #BF965F

Tints of Barley Corn #BF965F

Color information

#BF965F (or 0xBF965F) is unknown color: approx Barley Corn. HEX triplet: BF, 96 and 5F. RGB value is (191,150,95). Sum of RGB (Red+Green+Blue) = 191+150+95=436 (57% of max value = 765). Red value is 191 (75% from 255 or 43.81% from 436); Green value is 150 (58.98% from 255 or 34.40% from 436); Blue value is 95 (37.5% from 255 or 21.79% from 436); Max value from RGB is 191 - color contains mainly: red. Hex color #BF965F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BF965F is #4069A0. Grayscale: #9C9C9C. Windows color (decimal): -4221345 or 6264511. OLE color: 6264511.

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

Color convert

RGB19115095-
CMYK00.210.500.25
HSL34.38º42.86%56.08%-
HSV(B)34.38º50.26%74.9%-
XYZ34.4633.7215.52-
YUV155.9993.58152.97-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 43.81%
GREEN value IS 150 (58.98% from 255) = 34.40%
BLUE value IS 95 (37.5% from 255) = 21.79%
R=43.81%
G=34.40%
B=21.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.50
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1911509500.210.500.2534.3842.8656.08
HexBF965F0153219222b38
Octal2772261370256231425370
Binary1011111110010110101111101010111001011001100010101011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF965F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF965F; }

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

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

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

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

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

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

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

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