#B6955F

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

Shades of Barley Corn #B6955F

Tints of Barley Corn #B6955F

Color information

#B6955F (or 0xB6955F) is unknown color: approx Barley Corn. HEX triplet: B6, 95 and 5F. RGB value is (182,149,95). Sum of RGB (Red+Green+Blue) = 182+149+95=426 (56% of max value = 765). Red value is 182 (71.48% from 255 or 42.72% from 426); Green value is 149 (58.59% from 255 or 34.98% from 426); Blue value is 95 (37.5% from 255 or 22.30% from 426); Max value from RGB is 182 - color contains mainly: red. Hex color #B6955F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B6955F is #496AA0. Grayscale: #989898. Windows color (decimal): -4811425 or 6264246. OLE color: 6264246.

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

Color convert

RGB18214995-
CMYK00.180.480.29
HSL37.24º37.34%54.31%-
HSV(B)37.24º47.8%71.37%-
XYZ32.132.2715.36-
YUV152.7195.43148.89-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 42.72%
GREEN value IS 149 (58.59% from 255) = 34.98%
BLUE value IS 95 (37.5% from 255) = 22.30%
R=42.72%
G=34.98%
B=22.30%

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
Decimal1821499500.180.480.2937.2437.3454.31
HexB6955F012301D252536
Octal2662251370226035454566
Binary1011011010010101101111101001011000011101100101100101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6955F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6955F; }

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

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

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

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

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

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

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

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