#B19458

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

Shades of Barley Corn #B19458

Tints of Barley Corn #B19458

Color information

#B19458 (or 0xB19458) is unknown color: approx Barley Corn. HEX triplet: B1, 94 and 58. RGB value is (177,148,88). Sum of RGB (Red+Green+Blue) = 177+148+88=413 (54% of max value = 765). Red value is 177 (69.53% from 255 or 42.86% from 413); Green value is 148 (58.20% from 255 or 35.84% from 413); Blue value is 88 (34.77% from 255 or 21.31% from 413); Max value from RGB is 177 - color contains mainly: red. Hex color #B19458 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B19458 is #4E6BA7. Grayscale: #969696. Windows color (decimal): -5139368 or 5805233. OLE color: 5805233.

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

Color convert

RGB17714888-
CMYK00.160.500.31
HSL40.45º36.33%51.96%-
HSV(B)40.45º50.28%69.41%-
XYZ30.4831.2313.65-
YUV149.8393.11147.38-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 42.86%
GREEN value IS 148 (58.20% from 255) = 35.84%
BLUE value IS 88 (34.77% from 255) = 21.31%
R=42.86%
G=35.84%
B=21.31%

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
Decimal1771488800.160.500.3140.4536.3351.96
HexB19458010321F282434
Octal2612241300206237504464
Binary1011000110010100101100001000011001011111101000100100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B19458

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B19458; }

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

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

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

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

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

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

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

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