#B0966C

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

Shades of Barley Corn #B0966C

Tints of Barley Corn #B0966C

Color information

#B0966C (or 0xB0966C) is unknown color: approx Barley Corn. HEX triplet: B0, 96 and 6C. RGB value is (176,150,108). Sum of RGB (Red+Green+Blue) = 176+150+108=434 (57% of max value = 765). Red value is 176 (69.14% from 255 or 40.55% from 434); Green value is 150 (58.98% from 255 or 34.56% from 434); Blue value is 108 (42.58% from 255 or 24.88% from 434); Max value from RGB is 176 - color contains mainly: red. Hex color #B0966C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B0966C is #4F6993. Grayscale: #999999. Windows color (decimal): -5204372 or 7116464. OLE color: 7116464.

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

Color convert

RGB176150108-
CMYK00.150.390.31
HSL37.06º30.09%55.69%-
HSV(B)37.06º38.64%69.02%-
XYZ31.5232.1318.73-
YUV152.99102.61144.42-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 40.55%
GREEN value IS 150 (58.98% from 255) = 34.56%
BLUE value IS 108 (42.58% from 255) = 24.88%
R=40.55%
G=34.56%
B=24.88%

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
Decimal17615010800.150.390.3137.0630.0955.69
HexB0966C0F271F251e38
Octal2602261540174737453670
Binary10110000100101101101100011111001111111110010111110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0966C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0966C; }

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

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

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

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

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

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

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

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