#BF9C5D

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

Shades of Barley Corn #BF9C5D

Tints of Barley Corn #BF9C5D

Color information

#BF9C5D (or 0xBF9C5D) is unknown color: approx Barley Corn. HEX triplet: BF, 9C and 5D. RGB value is (191,156,93). Sum of RGB (Red+Green+Blue) = 191+156+93=440 (58% of max value = 765). Red value is 191 (75% from 255 or 43.41% from 440); Green value is 156 (61.33% from 255 or 35.45% from 440); Blue value is 93 (36.72% from 255 or 21.14% from 440); Max value from RGB is 191 - color contains mainly: red. Hex color #BF9C5D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BF9C5D is #4063A2. Grayscale: #9F9F9F. Windows color (decimal): -4219811 or 6134975. OLE color: 6134975.

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

Color convert

RGB19115693-
CMYK00.180.510.25
HSL38.57º43.36%55.69%-
HSV(B)38.57º51.31%74.9%-
XYZ35.3535.6415.37-
YUV159.2890.6150.62-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 43.41%
GREEN value IS 156 (61.33% from 255) = 35.45%
BLUE value IS 93 (36.72% from 255) = 21.14%
R=43.41%
G=35.45%
B=21.14%

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
Decimal1911569300.180.510.2538.5743.3655.69
HexBF9C5D0123319272b38
Octal2772341350226331475370
Binary1011111110011100101110101001011001111001100111101011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF9C5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF9C5D; }

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

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

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

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

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

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

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

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