#BF9A5D

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

Shades of Barley Corn #BF9A5D

Tints of Barley Corn #BF9A5D

Color information

#BF9A5D (or 0xBF9A5D) is unknown color: approx Barley Corn. HEX triplet: BF, 9A and 5D. RGB value is (191,154,93). Sum of RGB (Red+Green+Blue) = 191+154+93=438 (58% of max value = 765). Red value is 191 (75% from 255 or 43.61% from 438); Green value is 154 (60.55% from 255 or 35.16% from 438); Blue value is 93 (36.72% from 255 or 21.23% from 438); Max value from RGB is 191 - color contains mainly: red. Hex color #BF9A5D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BF9A5D is #4065A2. Grayscale: #9E9E9E. Windows color (decimal): -4220323 or 6134463. OLE color: 6134463.

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

Color convert

RGB19115493-
CMYK00.190.510.25
HSL37.35º43.36%55.69%-
HSV(B)37.35º51.31%74.9%-
XYZ35.0234.9815.26-
YUV158.1191.26151.46-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 43.61%
GREEN value IS 154 (60.55% from 255) = 35.16%
BLUE value IS 93 (36.72% from 255) = 21.23%
R=43.61%
G=35.16%
B=21.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.51
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1911549300.190.510.2537.3543.3655.69
HexBF9A5D0133319252b38
Octal2772321350236331455370
Binary1011111110011010101110101001111001111001100101101011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF9A5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF9A5D; }

 p { color: rgb(191,154,93); }

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

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

 a { background-color: rgb(191,154,93); }

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

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

 span { border-color: rgb(191,154,93); }

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