#B9915C

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

Shades of Barley Corn #B9915C

Tints of Barley Corn #B9915C

Color information

#B9915C (or 0xB9915C) is unknown color: approx Barley Corn. HEX triplet: B9, 91 and 5C. RGB value is (185,145,92). Sum of RGB (Red+Green+Blue) = 185+145+92=422 (55% of max value = 765). Red value is 185 (72.66% from 255 or 43.84% from 422); Green value is 145 (57.03% from 255 or 34.36% from 422); Blue value is 92 (36.33% from 255 or 21.80% from 422); Max value from RGB is 185 - color contains mainly: red. Hex color #B9915C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B9915C is #466EA3. Grayscale: #979797. Windows color (decimal): -4615844 or 6066617. OLE color: 6066617.

HSL color Cylindrical-coordinate representation of color #B9915C: hue angle of 34.19º degrees, saturation: 0.4, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #B9915C is Cyan = 0, Magento = 0.22, Yellow = 0.50 and Black (K on CMYK) = 0.27.

Color convert

RGB18514592-
CMYK00.220.500.27
HSL34.19º39.91%54.31%-
HSV(B)34.19º50.27%72.55%-
XYZ32.0631.3414.48-
YUV150.9294.75152.31-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 43.84%
GREEN value IS 145 (57.03% from 255) = 34.36%
BLUE value IS 92 (36.33% from 255) = 21.80%
R=43.84%
G=34.36%
B=21.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.50
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1851459200.220.500.2734.1939.9154.31
HexB9915C016321B222836
Octal2712211340266233425066
Binary1011100110010001101110001011011001011011100010101000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9915C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9915C; }

 p { color: rgb(185,145,92); }

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

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

 a { background-color: rgb(185,145,92); }

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

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

 span { border-color: rgb(185,145,92); }

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