#B0996B

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

Shades of Barley Corn #B0996B

Tints of Barley Corn #B0996B

Color information

#B0996B (or 0xB0996B) is unknown color: approx Barley Corn. HEX triplet: B0, 99 and 6B. RGB value is (176,153,107). Sum of RGB (Red+Green+Blue) = 176+153+107=436 (57% of max value = 765). Red value is 176 (69.14% from 255 or 40.37% from 436); Green value is 153 (60.16% from 255 or 35.09% from 436); Blue value is 107 (42.19% from 255 or 24.54% from 436); Max value from RGB is 176 - color contains mainly: red. Hex color #B0996B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B0996B is #4F6694. Grayscale: #9A9A9A. Windows color (decimal): -5203605 or 7051696. OLE color: 7051696.

HSL color Cylindrical-coordinate representation of color #B0996B: hue angle of 40º degrees, saturation: 0.3, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #B0996B is Cyan = 0, Magento = 0.13, Yellow = 0.39 and Black (K on CMYK) = 0.31.

Color convert

RGB176153107-
CMYK00.130.390.31
HSL40º30.4%55.49%-
HSV(B)40º39.2%69.02%-
XYZ31.9533.0718.61-
YUV154.63101.12143.24-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 40.37%
GREEN value IS 153 (60.16% from 255) = 35.09%
BLUE value IS 107 (42.19% from 255) = 24.54%
R=40.37%
G=35.09%
B=24.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.39
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17615310700.130.390.314030.455.49
HexB0996B0D271F281e37
Octal2602311530154737503667
Binary10110000100110011101011011011001111111110100011110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0996B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0996B; }

 p { color: rgb(176,153,107); }

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

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

 a { background-color: rgb(176,153,107); }

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

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

 span { border-color: rgb(176,153,107); }

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