#B19761

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

Shades of Barley Corn #B19761

Tints of Barley Corn #B19761

Color information

#B19761 (or 0xB19761) is unknown color: approx Barley Corn. HEX triplet: B1, 97 and 61. RGB value is (177,151,97). Sum of RGB (Red+Green+Blue) = 177+151+97=425 (56% of max value = 765). Red value is 177 (69.53% from 255 or 41.65% from 425); Green value is 151 (59.38% from 255 or 35.53% from 425); Blue value is 97 (38.28% from 255 or 22.82% from 425); Max value from RGB is 177 - color contains mainly: red. Hex color #B19761 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B19761 is #4E689E. Grayscale: #989898. Windows color (decimal): -5138591 or 6395825. OLE color: 6395825.

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

Color convert

RGB17715197-
CMYK00.150.450.31
HSL40.5º33.9%53.73%-
HSV(B)40.5º45.2%69.41%-
XYZ31.3632.3415.9-
YUV152.6296.61145.39-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 41.65%
GREEN value IS 151 (59.38% from 255) = 35.53%
BLUE value IS 97 (38.28% from 255) = 22.82%
R=41.65%
G=35.53%
B=22.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.45
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1771519700.150.450.3140.533.953.73
HexB197610F2D1F292236
Octal2612271410175537514266
Binary101100011001011111000010111110110111111101001100010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B19761

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B19761; }

 p { color: rgb(177,151,97); }

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

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

 a { background-color: rgb(177,151,97); }

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

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

 span { border-color: rgb(177,151,97); }

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