#BF995C

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

Shades of Barley Corn #BF995C

Tints of Barley Corn #BF995C

Color information

#BF995C (or 0xBF995C) is unknown color: approx Barley Corn. HEX triplet: BF, 99 and 5C. RGB value is (191,153,92). Sum of RGB (Red+Green+Blue) = 191+153+92=436 (57% of max value = 765). Red value is 191 (75% from 255 or 43.81% from 436); Green value is 153 (60.16% from 255 or 35.09% from 436); Blue value is 92 (36.33% from 255 or 21.10% from 436); Max value from RGB is 191 - color contains mainly: red. Hex color #BF995C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BF995C is #4066A3. Grayscale: #9D9D9D. Windows color (decimal): -4220580 or 6068671. OLE color: 6068671.

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

Color convert

RGB19115392-
CMYK00.200.520.25
HSL36.97º43.61%55.49%-
HSV(B)36.97º51.83%74.9%-
XYZ34.8134.6314.98-
YUV157.4191.09151.96-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 43.81%
GREEN value IS 153 (60.16% from 255) = 35.09%
BLUE value IS 92 (36.33% from 255) = 21.10%
R=43.81%
G=35.09%
B=21.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.52
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1911539200.200.520.2536.9743.6155.49
HexBF995C0143419252c37
Octal2772311340246431455467
Binary1011111110011001101110001010011010011001100101101100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF995C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF995C; }

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

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

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

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

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

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

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

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