#B5935E

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

Shades of Barley Corn #B5935E

Tints of Barley Corn #B5935E

Color information

#B5935E (or 0xB5935E) is unknown color: approx Barley Corn. HEX triplet: B5, 93 and 5E. RGB value is (181,147,94). Sum of RGB (Red+Green+Blue) = 181+147+94=422 (55% of max value = 765). Red value is 181 (71.09% from 255 or 42.89% from 422); Green value is 147 (57.81% from 255 or 34.83% from 422); Blue value is 94 (37.11% from 255 or 22.27% from 422); Max value from RGB is 181 - color contains mainly: red. Hex color #B5935E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B5935E is #4A6CA1. Grayscale: #979797. Windows color (decimal): -4877474 or 6198197. OLE color: 6198197.

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

Color convert

RGB18114794-
CMYK00.190.480.29
HSL36.55º37.02%53.92%-
HSV(B)36.55º48.07%70.98%-
XYZ31.5131.515.01-
YUV151.1295.76149.31-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 42.89%
GREEN value IS 147 (57.81% from 255) = 34.83%
BLUE value IS 94 (37.11% from 255) = 22.27%
R=42.89%
G=34.83%
B=22.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.48
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1811479400.190.480.2936.5537.0253.92
HexB5935E013301D252536
Octal2652231360236035454566
Binary1011010110010011101111001001111000011101100101100101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5935E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5935E; }

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

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

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

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

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

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

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

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