#B5885E

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

Shades of Barley Corn #B5885E

Tints of Barley Corn #B5885E

Color information

#B5885E (or 0xB5885E) is unknown color: approx Barley Corn. HEX triplet: B5, 88 and 5E. RGB value is (181,136,94). Sum of RGB (Red+Green+Blue) = 181+136+94=411 (54% of max value = 765). Red value is 181 (71.09% from 255 or 44.04% from 411); Green value is 136 (53.52% from 255 or 33.09% from 411); Blue value is 94 (37.11% from 255 or 22.87% from 411); Max value from RGB is 181 - color contains mainly: red. Hex color #B5885E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B5885E is #4A77A1. Grayscale: #909090. Windows color (decimal): -4880290 or 6195381. OLE color: 6195381.

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

Color convert

RGB18113694-
CMYK00.250.480.29
HSL28.97º37.02%53.92%-
HSV(B)28.97º48.07%70.98%-
XYZ29.8828.2414.47-
YUV144.6799.41153.92-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 44.04%
GREEN value IS 136 (53.52% from 255) = 33.09%
BLUE value IS 94 (37.11% from 255) = 22.87%
R=44.04%
G=33.09%
B=22.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.48
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1811369400.250.480.2928.9737.0253.92
HexB5885E019301D1d2536
Octal2652101360316035354566
Binary101101011000100010111100110011100001110111101100101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5885E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5885E; }

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

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

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

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

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

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

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

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