#B6975A

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

Shades of Barley Corn #B6975A

Tints of Barley Corn #B6975A

Color information

#B6975A (or 0xB6975A) is unknown color: approx Barley Corn. HEX triplet: B6, 97 and 5A. RGB value is (182,151,90). Sum of RGB (Red+Green+Blue) = 182+151+90=423 (56% of max value = 765). Red value is 182 (71.48% from 255 or 43.03% from 423); Green value is 151 (59.38% from 255 or 35.70% from 423); Blue value is 90 (35.55% from 255 or 21.28% from 423); Max value from RGB is 182 - color contains mainly: red. Hex color #B6975A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B6975A is #4968A5. Grayscale: #999999. Windows color (decimal): -4810918 or 5937078. OLE color: 5937078.

HSL color Cylindrical-coordinate representation of color #B6975A: hue angle of 39.78º degrees, saturation: 0.39, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #B6975A is Cyan = 0, Magento = 0.17, Yellow = 0.51 and Black (K on CMYK) = 0.29.

Color convert

RGB18215190-
CMYK00.170.510.29
HSL39.78º38.66%53.33%-
HSV(B)39.78º50.55%71.37%-
XYZ32.232.8214.31-
YUV153.3292.27148.46-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 43.03%
GREEN value IS 151 (59.38% from 255) = 35.70%
BLUE value IS 90 (35.55% from 255) = 21.28%
R=43.03%
G=35.70%
B=21.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.51
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1821519000.170.510.2939.7838.6653.33
HexB6975A011331D282735
Octal2662271320216335504765
Binary1011011010010111101101001000111001111101101000100111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6975A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6975A; }

 p { color: rgb(182,151,90); }

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

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

 a { background-color: rgb(182,151,90); }

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

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

 span { border-color: rgb(182,151,90); }

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