#BF9D5E

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

Shades of Barley Corn #BF9D5E

Tints of Barley Corn #BF9D5E

Color information

#BF9D5E (or 0xBF9D5E) is unknown color: approx Barley Corn. HEX triplet: BF, 9D and 5E. RGB value is (191,157,94). Sum of RGB (Red+Green+Blue) = 191+157+94=442 (58% of max value = 765). Red value is 191 (75% from 255 or 43.21% from 442); Green value is 157 (61.72% from 255 or 35.52% from 442); Blue value is 94 (37.11% from 255 or 21.27% from 442); Max value from RGB is 191 - color contains mainly: red. Hex color #BF9D5E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BF9D5E is #4062A1. Grayscale: #A0A0A0. Windows color (decimal): -4219554 or 6200767. OLE color: 6200767.

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

Color convert

RGB19115794-
CMYK00.180.510.25
HSL38.97º43.11%55.88%-
HSV(B)38.97º50.79%74.9%-
XYZ35.563615.66-
YUV159.9890.76150.12-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 43.21%
GREEN value IS 157 (61.72% from 255) = 35.52%
BLUE value IS 94 (37.11% from 255) = 21.27%
R=43.21%
G=35.52%
B=21.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.51
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1911579400.180.510.2538.9743.1155.88
HexBF9D5E0123319272b38
Octal2772351360226331475370
Binary1011111110011101101111001001011001111001100111101011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF9D5E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF9D5E; }

 p { color: rgb(191,157,94); }

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

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

 a { background-color: rgb(191,157,94); }

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

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

 span { border-color: rgb(191,157,94); }

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