#B5935A

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

Shades of Barley Corn #B5935A

Tints of Barley Corn #B5935A

Color information

#B5935A (or 0xB5935A) is unknown color: approx Barley Corn. HEX triplet: B5, 93 and 5A. RGB value is (181,147,90). Sum of RGB (Red+Green+Blue) = 181+147+90=418 (55% of max value = 765). Red value is 181 (71.09% from 255 or 43.30% from 418); Green value is 147 (57.81% from 255 or 35.17% from 418); Blue value is 90 (35.55% from 255 or 21.53% from 418); Max value from RGB is 181 - color contains mainly: red. Hex color #B5935A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B5935A is #4A6CA5. Grayscale: #969696. Windows color (decimal): -4877478 or 5936053. OLE color: 5936053.

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

Color convert

RGB18114790-
CMYK00.190.500.29
HSL37.58º38.08%53.14%-
HSV(B)37.58º50.28%70.98%-
XYZ31.3431.4314.09-
YUV150.6793.76149.63-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 43.30%
GREEN value IS 147 (57.81% from 255) = 35.17%
BLUE value IS 90 (35.55% from 255) = 21.53%
R=43.30%
G=35.17%
B=21.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.50
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1811479000.190.500.2937.5838.0853.14
HexB5935A013321D262635
Octal2652231320236235464665
Binary1011010110010011101101001001111001011101100110100110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5935A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5935A; }

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

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

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

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

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

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

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

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