#B6965E

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

Shades of Barley Corn #B6965E

Tints of Barley Corn #B6965E

Color information

#B6965E (or 0xB6965E) is unknown color: approx Barley Corn. HEX triplet: B6, 96 and 5E. RGB value is (182,150,94). Sum of RGB (Red+Green+Blue) = 182+150+94=426 (56% of max value = 765). Red value is 182 (71.48% from 255 or 42.72% from 426); Green value is 150 (58.98% from 255 or 35.21% from 426); Blue value is 94 (37.11% from 255 or 22.07% from 426); Max value from RGB is 182 - color contains mainly: red. Hex color #B6965E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B6965E is #4969A1. Grayscale: #999999. Windows color (decimal): -4811170 or 6198966. OLE color: 6198966.

HSL color Cylindrical-coordinate representation of color #B6965E: hue angle of 38.18º degrees, saturation: 0.38, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #B6965E is Cyan = 0, Magento = 0.18, Yellow = 0.48 and Black (K on CMYK) = 0.29.

Color convert

RGB18215094-
CMYK00.180.480.29
HSL38.18º37.61%54.12%-
HSV(B)38.18º48.35%71.37%-
XYZ32.2232.5715.18-
YUV153.1894.6148.55-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 42.72%
GREEN value IS 150 (58.98% from 255) = 35.21%
BLUE value IS 94 (37.11% from 255) = 22.07%
R=42.72%
G=35.21%
B=22.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.48
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1821509400.180.480.2938.1837.6154.12
HexB6965E012301D262636
Octal2662261360226035464666
Binary1011011010010110101111001001011000011101100110100110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6965E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6965E; }

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

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

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

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

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

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

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

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