#B19558

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

Shades of Barley Corn #B19558

Tints of Barley Corn #B19558

Color information

#B19558 (or 0xB19558) is unknown color: approx Barley Corn. HEX triplet: B1, 95 and 58. RGB value is (177,149,88). Sum of RGB (Red+Green+Blue) = 177+149+88=414 (54% of max value = 765). Red value is 177 (69.53% from 255 or 42.75% from 414); Green value is 149 (58.59% from 255 or 35.99% from 414); Blue value is 88 (34.77% from 255 or 21.26% from 414); Max value from RGB is 177 - color contains mainly: red. Hex color #B19558 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B19558 is #4E6AA7. Grayscale: #969696. Windows color (decimal): -5139112 or 5805489. OLE color: 5805489.

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

Color convert

RGB17714988-
CMYK00.160.500.31
HSL41.12º36.33%51.96%-
HSV(B)41.12º50.28%69.41%-
XYZ30.6431.5513.71-
YUV150.4292.78146.96-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 42.75%
GREEN value IS 149 (58.59% from 255) = 35.99%
BLUE value IS 88 (34.77% from 255) = 21.26%
R=42.75%
G=35.99%
B=21.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.50
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1771498800.160.500.3141.1236.3351.96
HexB19558010321F292434
Octal2612251300206237514464
Binary1011000110010101101100001000011001011111101001100100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B19558

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B19558; }

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

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

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

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

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

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

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

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