#B6955E

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

Shades of Barley Corn #B6955E

Tints of Barley Corn #B6955E

Color information

#B6955E (or 0xB6955E) is unknown color: approx Barley Corn. HEX triplet: B6, 95 and 5E. RGB value is (182,149,94). Sum of RGB (Red+Green+Blue) = 182+149+94=425 (56% of max value = 765). Red value is 182 (71.48% from 255 or 42.82% from 425); Green value is 149 (58.59% from 255 or 35.06% from 425); Blue value is 94 (37.11% from 255 or 22.12% from 425); Max value from RGB is 182 - color contains mainly: red. Hex color #B6955E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B6955E is #496AA1. Grayscale: #989898. Windows color (decimal): -4811426 or 6198710. OLE color: 6198710.

HSL color Cylindrical-coordinate representation of color #B6955E: hue angle of 37.5º 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 #B6955E is Cyan = 0, Magento = 0.18, Yellow = 0.48 and Black (K on CMYK) = 0.29.

Color convert

RGB18214994-
CMYK00.180.480.29
HSL37.5º37.61%54.12%-
HSV(B)37.5º48.35%71.37%-
XYZ32.0632.2515.12-
YUV152.694.93148.97-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 42.82%
GREEN value IS 149 (58.59% from 255) = 35.06%
BLUE value IS 94 (37.11% from 255) = 22.12%
R=42.82%
G=35.06%
B=22.12%

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
Decimal1821499400.180.480.2937.537.6154.12
HexB6955E012301D262636
Octal2662251360226035464666
Binary1011011010010101101111001001011000011101100110100110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6955E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6955E; }

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

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

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

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

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

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

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

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