#B4885B

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

Shades of Barley Corn #B4885B

Tints of Barley Corn #B4885B

Color information

#B4885B (or 0xB4885B) is unknown color: approx Barley Corn. HEX triplet: B4, 88 and 5B. RGB value is (180,136,91). Sum of RGB (Red+Green+Blue) = 180+136+91=407 (53% of max value = 765). Red value is 180 (70.70% from 255 or 44.23% from 407); Green value is 136 (53.52% from 255 or 33.42% from 407); Blue value is 91 (35.94% from 255 or 22.36% from 407); Max value from RGB is 180 - color contains mainly: red. Hex color #B4885B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B4885B is #4B77A4. Grayscale: #909090. Windows color (decimal): -4945829 or 5998772. OLE color: 5998772.

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

Color convert

RGB18013691-
CMYK00.240.490.29
HSL30.34º37.24%53.14%-
HSV(B)30.34º49.44%70.59%-
XYZ29.5128.0713.76-
YUV144.0398.08153.66-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 44.23%
GREEN value IS 136 (53.52% from 255) = 33.42%
BLUE value IS 91 (35.94% from 255) = 22.36%
R=44.23%
G=33.42%
B=22.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.49
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1801369100.240.490.2930.3437.2453.14
HexB4885B018311D1e2535
Octal2642101330306135364565
Binary101101001000100010110110110001100011110111110100101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4885B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4885B; }

 p { color: rgb(180,136,91); }

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

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

 a { background-color: rgb(180,136,91); }

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

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

 span { border-color: rgb(180,136,91); }

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