#B0966B

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

Shades of Barley Corn #B0966B

Tints of Barley Corn #B0966B

Color information

#B0966B (or 0xB0966B) is unknown color: approx Barley Corn. HEX triplet: B0, 96 and 6B. RGB value is (176,150,107). Sum of RGB (Red+Green+Blue) = 176+150+107=433 (57% of max value = 765). Red value is 176 (69.14% from 255 or 40.65% from 433); Green value is 150 (58.98% from 255 or 34.64% from 433); Blue value is 107 (42.19% from 255 or 24.71% from 433); Max value from RGB is 176 - color contains mainly: red. Hex color #B0966B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B0966B is #4F6994. Grayscale: #999999. Windows color (decimal): -5204373 or 7050928. OLE color: 7050928.

HSL color Cylindrical-coordinate representation of color #B0966B: hue angle of 37.39º 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 #B0966B is Cyan = 0, Magento = 0.15, Yellow = 0.39 and Black (K on CMYK) = 0.31.

Color convert

RGB176150107-
CMYK00.150.390.31
HSL37.39º30.4%55.49%-
HSV(B)37.39º39.2%69.02%-
XYZ31.4632.118.45-
YUV152.87102.11144.5-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 40.65%
GREEN value IS 150 (58.98% from 255) = 34.64%
BLUE value IS 107 (42.19% from 255) = 24.71%
R=40.65%
G=34.64%
B=24.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.39
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17615010700.150.390.3137.3930.455.49
HexB0966B0F271F251e37
Octal2602261530174737453667
Binary10110000100101101101011011111001111111110010111110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0966B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0966B; }

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

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

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

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

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

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

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

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