#B5965A

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

Shades of Barley Corn #B5965A

Tints of Barley Corn #B5965A

Color information

#B5965A (or 0xB5965A) is unknown color: approx Barley Corn. HEX triplet: B5, 96 and 5A. RGB value is (181,150,90). Sum of RGB (Red+Green+Blue) = 181+150+90=421 (55% of max value = 765). Red value is 181 (71.09% from 255 or 42.99% from 421); Green value is 150 (58.98% from 255 or 35.63% from 421); Blue value is 90 (35.55% from 255 or 21.38% from 421); Max value from RGB is 181 - color contains mainly: red. Hex color #B5965A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B5965A is #4A69A5. Grayscale: #989898. Windows color (decimal): -4876710 or 5936821. OLE color: 5936821.

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

Color convert

RGB18115090-
CMYK00.170.500.29
HSL39.56º38.08%53.14%-
HSV(B)39.56º50.28%70.98%-
XYZ31.8132.3714.25-
YUV152.4392.77148.38-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 42.99%
GREEN value IS 150 (58.98% from 255) = 35.63%
BLUE value IS 90 (35.55% from 255) = 21.38%
R=42.99%
G=35.63%
B=21.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.50
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1811509000.170.500.2939.5638.0853.14
HexB5965A011321D282635
Octal2652261320216235504665
Binary1011010110010110101101001000111001011101101000100110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5965A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5965A; }

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

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

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

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

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

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

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

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