#B5885F

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

Shades of Barley Corn #B5885F

Tints of Barley Corn #B5885F

Color information

#B5885F (or 0xB5885F) is unknown color: approx Barley Corn. HEX triplet: B5, 88 and 5F. RGB value is (181,136,95). Sum of RGB (Red+Green+Blue) = 181+136+95=412 (54% of max value = 765). Red value is 181 (71.09% from 255 or 43.93% from 412); Green value is 136 (53.52% from 255 or 33.01% from 412); Blue value is 95 (37.5% from 255 or 23.06% from 412); Max value from RGB is 181 - color contains mainly: red. Hex color #B5885F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B5885F is #4A77A0. Grayscale: #909090. Windows color (decimal): -4880289 or 6260917. OLE color: 6260917.

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

Color convert

RGB18113695-
CMYK00.250.480.29
HSL28.6º36.75%54.12%-
HSV(B)28.6º47.51%70.98%-
XYZ29.9328.2614.7-
YUV144.7899.91153.83-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 43.93%
GREEN value IS 136 (53.52% from 255) = 33.01%
BLUE value IS 95 (37.5% from 255) = 23.06%
R=43.93%
G=33.01%
B=23.06%

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
Decimal1811369500.250.480.2928.636.7554.12
HexB5885F019301D1d2536
Octal2652101370316035354566
Binary101101011000100010111110110011100001110111101100101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5885F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5885F; }

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

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

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

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

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

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

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

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