#B6965A

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

Shades of Barley Corn #B6965A

Tints of Barley Corn #B6965A

Color information

#B6965A (or 0xB6965A) is unknown color: approx Barley Corn. HEX triplet: B6, 96 and 5A. RGB value is (182,150,90). Sum of RGB (Red+Green+Blue) = 182+150+90=422 (55% of max value = 765). Red value is 182 (71.48% from 255 or 43.13% from 422); Green value is 150 (58.98% from 255 or 35.55% from 422); Blue value is 90 (35.55% from 255 or 21.33% from 422); Max value from RGB is 182 - color contains mainly: red. Hex color #B6965A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B6965A is #4969A5. Grayscale: #999999. Windows color (decimal): -4811174 or 5936822. OLE color: 5936822.

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

Color convert

RGB18215090-
CMYK00.180.510.29
HSL39.13º38.66%53.33%-
HSV(B)39.13º50.55%71.37%-
XYZ32.0432.514.26-
YUV152.7392.6148.88-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 43.13%
GREEN value IS 150 (58.98% from 255) = 35.55%
BLUE value IS 90 (35.55% from 255) = 21.33%
R=43.13%
G=35.55%
B=21.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.51
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1821509000.180.510.2939.1338.6653.33
HexB6965A012331D272735
Octal2662261320226335474765
Binary1011011010010110101101001001011001111101100111100111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6965A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6965A; }

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

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

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

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

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

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

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

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