#B19158

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

Shades of Barley Corn #B19158

Tints of Barley Corn #B19158

Color information

#B19158 (or 0xB19158) is unknown color: approx Barley Corn. HEX triplet: B1, 91 and 58. RGB value is (177,145,88). Sum of RGB (Red+Green+Blue) = 177+145+88=410 (54% of max value = 765). Red value is 177 (69.53% from 255 or 43.17% from 410); Green value is 145 (57.03% from 255 or 35.37% from 410); Blue value is 88 (34.77% from 255 or 21.46% from 410); Max value from RGB is 177 - color contains mainly: red. Hex color #B19158 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B19158 is #4E6EA7. Grayscale: #949494. Windows color (decimal): -5140136 or 5804465. OLE color: 5804465.

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

Color convert

RGB17714588-
CMYK00.180.500.31
HSL38.43º36.33%51.96%-
HSV(B)38.43º50.28%69.41%-
XYZ30.0230.313.5-
YUV148.0794.1148.63-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 43.17%
GREEN value IS 145 (57.03% from 255) = 35.37%
BLUE value IS 88 (34.77% from 255) = 21.46%
R=43.17%
G=35.37%
B=21.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.50
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1771458800.180.500.3138.4336.3351.96
HexB19158012321F262434
Octal2612211300226237464464
Binary1011000110010001101100001001011001011111100110100100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B19158

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B19158; }

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

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

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

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

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

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

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

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