#B19858

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

Shades of Barley Corn #B19858

Tints of Barley Corn #B19858

Color information

#B19858 (or 0xB19858) is unknown color: approx Barley Corn. HEX triplet: B1, 98 and 58. RGB value is (177,152,88). Sum of RGB (Red+Green+Blue) = 177+152+88=417 (55% of max value = 765). Red value is 177 (69.53% from 255 or 42.45% from 417); Green value is 152 (59.77% from 255 or 36.45% from 417); Blue value is 88 (34.77% from 255 or 21.10% from 417); Max value from RGB is 177 - color contains mainly: red. Hex color #B19858 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B19858 is #4E67A7. Grayscale: #989898. Windows color (decimal): -5138344 or 5806257. OLE color: 5806257.

HSL color Cylindrical-coordinate representation of color #B19858: hue angle of 43.15º degrees, saturation: 0.36, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #B19858 is Cyan = 0, Magento = 0.14, Yellow = 0.50 and Black (K on CMYK) = 0.31.

Color convert

RGB17715288-
CMYK00.140.500.31
HSL43.15º36.33%51.96%-
HSV(B)43.15º50.28%69.41%-
XYZ31.1232.5113.87-
YUV152.1891.78145.7-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 42.45%
GREEN value IS 152 (59.77% from 255) = 36.45%
BLUE value IS 88 (34.77% from 255) = 21.10%
R=42.45%
G=36.45%
B=21.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.50
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1771528800.140.500.3143.1536.3351.96
HexB198580E321F2b2434
Octal2612301300166237534464
Binary101100011001100010110000111011001011111101011100100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B19858

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B19858; }

 p { color: rgb(177,152,88); }

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

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

 a { background-color: rgb(177,152,88); }

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

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

 span { border-color: rgb(177,152,88); }

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