#B6995F

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

Shades of Barley Corn #B6995F

Tints of Barley Corn #B6995F

Color information

#B6995F (or 0xB6995F) is unknown color: approx Barley Corn. HEX triplet: B6, 99 and 5F. RGB value is (182,153,95). Sum of RGB (Red+Green+Blue) = 182+153+95=430 (56% of max value = 765). Red value is 182 (71.48% from 255 or 42.33% from 430); Green value is 153 (60.16% from 255 or 35.58% from 430); Blue value is 95 (37.5% from 255 or 22.09% from 430); Max value from RGB is 182 - color contains mainly: red. Hex color #B6995F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B6995F is #4966A0. Grayscale: #9B9B9B. Windows color (decimal): -4810401 or 6265270. OLE color: 6265270.

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

Color convert

RGB18215395-
CMYK00.160.480.29
HSL40º37.34%54.31%-
HSV(B)40º47.8%71.37%-
XYZ32.7533.5515.58-
YUV155.0694.11147.22-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 42.33%
GREEN value IS 153 (60.16% from 255) = 35.58%
BLUE value IS 95 (37.5% from 255) = 22.09%
R=42.33%
G=35.58%
B=22.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.48
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1821539500.160.480.294037.3454.31
HexB6995F010301D282536
Octal2662311370206035504566
Binary1011011010011001101111101000011000011101101000100101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6995F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6995F; }

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

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

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

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

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

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

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

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