#B19259

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

Shades of Barley Corn #B19259

Tints of Barley Corn #B19259

Color information

#B19259 (or 0xB19259) is unknown color: approx Barley Corn. HEX triplet: B1, 92 and 59. RGB value is (177,146,89). Sum of RGB (Red+Green+Blue) = 177+146+89=412 (54% of max value = 765). Red value is 177 (69.53% from 255 or 42.96% from 412); Green value is 146 (57.42% from 255 or 35.44% from 412); Blue value is 89 (35.16% from 255 or 21.60% from 412); Max value from RGB is 177 - color contains mainly: red. Hex color #B19259 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B19259 is #4E6DA6. Grayscale: #959595. Windows color (decimal): -5139879 or 5870257. OLE color: 5870257.

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

Color convert

RGB17714689-
CMYK00.180.500.31
HSL38.86º36.07%52.16%-
HSV(B)38.86º49.72%69.41%-
XYZ30.2130.6313.77-
YUV148.7794.27148.13-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 42.96%
GREEN value IS 146 (57.42% from 255) = 35.44%
BLUE value IS 89 (35.16% from 255) = 21.60%
R=42.96%
G=35.44%
B=21.60%

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
Decimal1771468900.180.500.3138.8636.0752.16
HexB19259012321F272434
Octal2612221310226237474464
Binary1011000110010010101100101001011001011111100111100100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B19259

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B19259; }

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

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

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

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

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

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

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

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