#B19258

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

Shades of Barley Corn #B19258

Tints of Barley Corn #B19258

Color information

#B19258 (or 0xB19258) is unknown color: approx Barley Corn. HEX triplet: B1, 92 and 58. RGB value is (177,146,88). Sum of RGB (Red+Green+Blue) = 177+146+88=411 (54% of max value = 765). Red value is 177 (69.53% from 255 or 43.07% from 411); Green value is 146 (57.42% from 255 or 35.52% from 411); Blue value is 88 (34.77% from 255 or 21.41% from 411); Max value from RGB is 177 - color contains mainly: red. Hex color #B19258 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B19258 is #4E6DA7. Grayscale: #949494. Windows color (decimal): -5139880 or 5804721. OLE color: 5804721.

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

Color convert

RGB17714688-
CMYK00.180.500.31
HSL39.1º36.33%51.96%-
HSV(B)39.1º50.28%69.41%-
XYZ30.1730.6113.55-
YUV148.6693.77148.22-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 43.07%
GREEN value IS 146 (57.42% from 255) = 35.52%
BLUE value IS 88 (34.77% from 255) = 21.41%
R=43.07%
G=35.52%
B=21.41%

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
Decimal1771468800.180.500.3139.136.3351.96
HexB19258012321F272434
Octal2612221300226237474464
Binary1011000110010010101100001001011001011111100111100100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B19258

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B19258; }

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

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

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

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

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

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

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

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