#B19762

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

Shades of Barley Corn #B19762

Tints of Barley Corn #B19762

Color information

#B19762 (or 0xB19762) is unknown color: approx Barley Corn. HEX triplet: B1, 97 and 62. RGB value is (177,151,98). Sum of RGB (Red+Green+Blue) = 177+151+98=426 (56% of max value = 765). Red value is 177 (69.53% from 255 or 41.55% from 426); Green value is 151 (59.38% from 255 or 35.45% from 426); Blue value is 98 (38.67% from 255 or 23.00% from 426); Max value from RGB is 177 - color contains mainly: red. Hex color #B19762 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B19762 is #4E689D. Grayscale: #989898. Windows color (decimal): -5138590 or 6461361. OLE color: 6461361.

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

Color convert

RGB17715198-
CMYK00.150.450.31
HSL40.25º33.62%53.92%-
HSV(B)40.25º44.63%69.41%-
XYZ31.432.3616.15-
YUV152.7397.11145.31-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 41.55%
GREEN value IS 151 (59.38% from 255) = 35.45%
BLUE value IS 98 (38.67% from 255) = 23.00%
R=41.55%
G=35.45%
B=23.00%

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
Decimal1771519800.150.450.3140.2533.6253.92
HexB197620F2D1F282236
Octal2612271420175537504266
Binary101100011001011111000100111110110111111101000100010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B19762

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B19762; }

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

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

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

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

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

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

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

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