#B0966A

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

Shades of Barley Corn #B0966A

Tints of Barley Corn #B0966A

Color information

#B0966A (or 0xB0966A) is unknown color: approx Barley Corn. HEX triplet: B0, 96 and 6A. RGB value is (176,150,106). Sum of RGB (Red+Green+Blue) = 176+150+106=432 (57% of max value = 765). Red value is 176 (69.14% from 255 or 40.74% from 432); Green value is 150 (58.98% from 255 or 34.72% from 432); Blue value is 106 (41.80% from 255 or 24.54% from 432); Max value from RGB is 176 - color contains mainly: red. Hex color #B0966A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B0966A is #4F6995. Grayscale: #989898. Windows color (decimal): -5204374 or 6985392. OLE color: 6985392.

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

Color convert

RGB176150106-
CMYK00.150.400.31
HSL37.71º30.7%55.29%-
HSV(B)37.71º39.77%69.02%-
XYZ31.4132.0818.17-
YUV152.76101.61144.58-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 40.74%
GREEN value IS 150 (58.98% from 255) = 34.72%
BLUE value IS 106 (41.80% from 255) = 24.54%
R=40.74%
G=34.72%
B=24.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.40
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17615010600.150.400.3137.7130.755.29
HexB0966A0F281F261f37
Octal2602261520175037463767
Binary10110000100101101101010011111010001111110011011111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0966A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0966A; }

 p { color: rgb(176,150,106); }

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

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

 a { background-color: rgb(176,150,106); }

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

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

 span { border-color: rgb(176,150,106); }

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