#B19453

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

Shades of Husk #B19453

Tints of Husk #B19453

Color information

#B19453 (or 0xB19453) is unknown color: approx Husk. HEX triplet: B1, 94 and 53. RGB value is (177,148,83). Sum of RGB (Red+Green+Blue) = 177+148+83=408 (54% of max value = 765). Red value is 177 (69.53% from 255 or 43.38% from 408); Green value is 148 (58.20% from 255 or 36.27% from 408); Blue value is 83 (32.81% from 255 or 20.34% from 408); Max value from RGB is 177 - color contains mainly: red. Hex color #B19453 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B19453 is #4E6BAC. Grayscale: #959595. Windows color (decimal): -5139373 or 5477553. OLE color: 5477553.

HSL color Cylindrical-coordinate representation of color #B19453: hue angle of 41.49º degrees, saturation: 0.38, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #B19453 is Cyan = 0, Magento = 0.16, Yellow = 0.53 and Black (K on CMYK) = 0.31.

Color convert

RGB17714883-
CMYK00.160.530.31
HSL41.49º37.6%50.98%-
HSV(B)41.49º53.11%69.41%-
XYZ30.2831.1512.6-
YUV149.2690.61147.79-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 43.38%
GREEN value IS 148 (58.20% from 255) = 36.27%
BLUE value IS 83 (32.81% from 255) = 20.34%
R=43.38%
G=36.27%
B=20.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.53
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1771488300.160.530.3141.4937.650.98
HexB19453010351F292633
Octal2612241230206537514663
Binary1011000110010100101001101000011010111111101001100110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B19453

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B19453; }

 p { color: rgb(177,148,83); }

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

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

 a { background-color: rgb(177,148,83); }

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

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

 span { border-color: rgb(177,148,83); }

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