#B5885C

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

Shades of Barley Corn #B5885C

Tints of Barley Corn #B5885C

Color information

#B5885C (or 0xB5885C) is unknown color: approx Barley Corn. HEX triplet: B5, 88 and 5C. RGB value is (181,136,92). Sum of RGB (Red+Green+Blue) = 181+136+92=409 (54% of max value = 765). Red value is 181 (71.09% from 255 or 44.25% from 409); Green value is 136 (53.52% from 255 or 33.25% from 409); Blue value is 92 (36.33% from 255 or 22.49% from 409); Max value from RGB is 181 - color contains mainly: red. Hex color #B5885C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B5885C is #4A77A3. Grayscale: #909090. Windows color (decimal): -4880292 or 6064309. OLE color: 6064309.

HSL color Cylindrical-coordinate representation of color #B5885C: hue angle of 29.66º degrees, saturation: 0.38, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #B5885C is Cyan = 0, Magento = 0.25, Yellow = 0.49 and Black (K on CMYK) = 0.29.

Color convert

RGB18113692-
CMYK00.250.490.29
HSL29.66º37.55%53.53%-
HSV(B)29.66º49.17%70.98%-
XYZ29.7928.214-
YUV144.4498.41154.08-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 44.25%
GREEN value IS 136 (53.52% from 255) = 33.25%
BLUE value IS 92 (36.33% from 255) = 22.49%
R=44.25%
G=33.25%
B=22.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.49
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1811369200.250.490.2929.6637.5553.53
HexB5885C019311D1e2636
Octal2652101340316135364666
Binary101101011000100010111000110011100011110111110100110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5885C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5885C; }

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

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

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

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

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

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

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

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