#B99157

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

Shades of Barley Corn #B99157

Tints of Barley Corn #B99157

Color information

#B99157 (or 0xB99157) is unknown color: approx Barley Corn. HEX triplet: B9, 91 and 57. RGB value is (185,145,87). Sum of RGB (Red+Green+Blue) = 185+145+87=417 (55% of max value = 765). Red value is 185 (72.66% from 255 or 44.36% from 417); Green value is 145 (57.03% from 255 or 34.77% from 417); Blue value is 87 (34.38% from 255 or 20.86% from 417); Max value from RGB is 185 - color contains mainly: red. Hex color #B99157 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B99157 is #466EA8. Grayscale: #969696. Windows color (decimal): -4615849 or 5738937. OLE color: 5738937.

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

Color convert

RGB18514587-
CMYK00.220.530.27
HSL35.51º41.18%53.33%-
HSV(B)35.51º52.97%72.55%-
XYZ31.8531.2513.37-
YUV150.3592.25152.72-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 44.36%
GREEN value IS 145 (57.03% from 255) = 34.77%
BLUE value IS 87 (34.38% from 255) = 20.86%
R=44.36%
G=34.77%
B=20.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.53
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1851458700.220.530.2735.5141.1853.33
HexB99157016351B242935
Octal2712211270266533445165
Binary1011100110010001101011101011011010111011100100101001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B99157

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B99157; }

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

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

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

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

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

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

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

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