#B0965E

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

Shades of Barley Corn #B0965E

Tints of Barley Corn #B0965E

Color information

#B0965E (or 0xB0965E) is unknown color: approx Barley Corn. HEX triplet: B0, 96 and 5E. RGB value is (176,150,94). Sum of RGB (Red+Green+Blue) = 176+150+94=420 (55% of max value = 765). Red value is 176 (69.14% from 255 or 41.90% from 420); Green value is 150 (58.98% from 255 or 35.71% from 420); Blue value is 94 (37.11% from 255 or 22.38% from 420); Max value from RGB is 176 - color contains mainly: red. Hex color #B0965E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B0965E is #4F69A1. Grayscale: #979797. Windows color (decimal): -5204386 or 6198960. OLE color: 6198960.

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

Color convert

RGB17615094-
CMYK00.150.470.31
HSL40.98º34.17%52.94%-
HSV(B)40.98º46.59%69.02%-
XYZ30.8331.8515.11-
YUV151.3995.61145.55-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 41.90%
GREEN value IS 150 (58.98% from 255) = 35.71%
BLUE value IS 94 (37.11% from 255) = 22.38%
R=41.90%
G=35.71%
B=22.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.47
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1761509400.150.470.3140.9834.1752.94
HexB0965E0F2F1F292235
Octal2602261360175737514265
Binary101100001001011010111100111110111111111101001100010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0965E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0965E; }

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

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

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

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

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

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

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

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