#B19859

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

Shades of Barley Corn #B19859

Tints of Barley Corn #B19859

Color information

#B19859 (or 0xB19859) is unknown color: approx Barley Corn. HEX triplet: B1, 98 and 59. RGB value is (177,152,89). Sum of RGB (Red+Green+Blue) = 177+152+89=418 (55% of max value = 765). Red value is 177 (69.53% from 255 or 42.34% from 418); Green value is 152 (59.77% from 255 or 36.36% from 418); Blue value is 89 (35.16% from 255 or 21.29% from 418); Max value from RGB is 177 - color contains mainly: red. Hex color #B19859 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B19859 is #4E67A6. Grayscale: #989898. Windows color (decimal): -5138343 or 5871793. OLE color: 5871793.

HSL color Cylindrical-coordinate representation of color #B19859: hue angle of 42.95º 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 #B19859 is Cyan = 0, Magento = 0.14, Yellow = 0.50 and Black (K on CMYK) = 0.31.

Color convert

RGB17715289-
CMYK00.140.500.31
HSL42.95º36.07%52.16%-
HSV(B)42.95º49.72%69.41%-
XYZ31.1632.5214.09-
YUV152.2992.28145.62-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 42.34%
GREEN value IS 152 (59.77% from 255) = 36.36%
BLUE value IS 89 (35.16% from 255) = 21.29%
R=42.34%
G=36.36%
B=21.29%

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
Decimal1771528900.140.500.3142.9536.0752.16
HexB198590E321F2b2434
Octal2612301310166237534464
Binary101100011001100010110010111011001011111101011100100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B19859

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B19859; }

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

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

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

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

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

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

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

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