#B4885E

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

Shades of Barley Corn #B4885E

Tints of Barley Corn #B4885E

Color information

#B4885E (or 0xB4885E) is unknown color: approx Barley Corn. HEX triplet: B4, 88 and 5E. RGB value is (180,136,94). Sum of RGB (Red+Green+Blue) = 180+136+94=410 (54% of max value = 765). Red value is 180 (70.70% from 255 or 43.90% from 410); Green value is 136 (53.52% from 255 or 33.17% from 410); Blue value is 94 (37.11% from 255 or 22.93% from 410); Max value from RGB is 180 - color contains mainly: red. Hex color #B4885E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B4885E is #4B77A1. Grayscale: #909090. Windows color (decimal): -4945826 or 6195380. OLE color: 6195380.

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

Color convert

RGB18013694-
CMYK00.240.480.29
HSL29.3º36.44%53.73%-
HSV(B)29.3º47.78%70.59%-
XYZ29.6528.1214.45-
YUV144.3799.58153.42-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 43.90%
GREEN value IS 136 (53.52% from 255) = 33.17%
BLUE value IS 94 (37.11% from 255) = 22.93%
R=43.90%
G=33.17%
B=22.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.48
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1801369400.240.480.2929.336.4453.73
HexB4885E018301D1d2436
Octal2642101360306035354466
Binary101101001000100010111100110001100001110111101100100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4885E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4885E; }

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

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

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

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

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

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

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

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