#B19260

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

Shades of Barley Corn #B19260

Tints of Barley Corn #B19260

Color information

#B19260 (or 0xB19260) is unknown color: approx Barley Corn. HEX triplet: B1, 92 and 60. RGB value is (177,146,96). Sum of RGB (Red+Green+Blue) = 177+146+96=419 (55% of max value = 765). Red value is 177 (69.53% from 255 or 42.24% from 419); Green value is 146 (57.42% from 255 or 34.84% from 419); Blue value is 96 (37.89% from 255 or 22.91% from 419); Max value from RGB is 177 - color contains mainly: red. Hex color #B19260 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B19260 is #4E6D9F. Grayscale: #959595. Windows color (decimal): -5139872 or 6329009. OLE color: 6329009.

HSL color Cylindrical-coordinate representation of color #B19260: hue angle of 37.04º degrees, saturation: 0.34, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #B19260 is Cyan = 0, Magento = 0.18, Yellow = 0.46 and Black (K on CMYK) = 0.31.

Color convert

RGB17714696-
CMYK00.180.460.31
HSL37.04º34.18%53.53%-
HSV(B)37.04º45.76%69.41%-
XYZ30.5230.7515.39-
YUV149.5797.77147.57-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 42.24%
GREEN value IS 146 (57.42% from 255) = 34.84%
BLUE value IS 96 (37.89% from 255) = 22.91%
R=42.24%
G=34.84%
B=22.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.46
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1771469600.180.460.3137.0434.1853.53
HexB192600122E1F252236
Octal2612221400225637454266
Binary1011000110010010110000001001010111011111100101100010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B19260

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B19260; }

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

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

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

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

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

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

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

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