#B19963

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

Shades of Barley Corn #B19963

Tints of Barley Corn #B19963

Color information

#B19963 (or 0xB19963) is unknown color: approx Barley Corn. HEX triplet: B1, 99 and 63. RGB value is (177,153,99). Sum of RGB (Red+Green+Blue) = 177+153+99=429 (56% of max value = 765). Red value is 177 (69.53% from 255 or 41.26% from 429); Green value is 153 (60.16% from 255 or 35.66% from 429); Blue value is 99 (39.06% from 255 or 23.08% from 429); Max value from RGB is 177 - color contains mainly: red. Hex color #B19963 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B19963 is #4E669C. Grayscale: #9A9A9A. Windows color (decimal): -5138077 or 6527409. OLE color: 6527409.

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

Color convert

RGB17715399-
CMYK00.140.440.31
HSL41.54º33.33%54.12%-
HSV(B)41.54º44.07%69.41%-
XYZ31.7733.0316.51-
YUV154.0296.95144.39-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 41.26%
GREEN value IS 153 (60.16% from 255) = 35.66%
BLUE value IS 99 (39.06% from 255) = 23.08%
R=41.26%
G=35.66%
B=23.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.44
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1771539900.140.440.3141.5433.3354.12
HexB199630E2C1F2a2136
Octal2612311430165437524166
Binary101100011001100111000110111010110011111101010100001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B19963

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B19963; }

 p { color: rgb(177,153,99); }

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

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

 a { background-color: rgb(177,153,99); }

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

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

 span { border-color: rgb(177,153,99); }

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