Html Css Color HEX #B19553 Husk

📋 copy color: '#B19553'

red 177 ◦ green 149 ◦ blue 83

#B19553
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Husk #B19553

Tints of Husk #B19553

RGB

 RED value IS 177 (69.53% from 255) = 43.28%

 GREEN value IS 149 (58.59% from 255) = 36.43%

 BLUE value IS 83 (32.81% from 255) = 20.29%

R = 43.28%
G = 36.43%
B = 20.29%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.53

 K value IS 0.31

RGB Variations

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

Color information

#B19553 (or 0xB19553) is known color: Husk. HEX triplet: B1, 95 and 53. RGB value is (177,149,83). Sum of RGB (Red+Green+Blue) = 177+149+83=409 (54% of max value = 765). Red value is 177 (69.53% from 255 or 43.28% from 409); Green value is 149 (58.59% from 255 or 36.43% from 409); Blue value is 83 (32.81% from 255 or 20.29% from 409); Max value from RGB is 177 - color contains mainly: red. Hex color #B19553 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B19553 is #4E6AAC. Grayscale: #969696. Windows color (decimal): -5139117 or 5477809. OLE color: 5477809.

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

Color convert

RGB 177 149 83 -
CMYK 0 0.16 0.53 0.31
HSL 42.13º 0.38% 0.51% -
HSV(B) 42.13º 0.53% 0.69% -
XYZ 30.44 31.47 12.65 -
YUV 149.85 90.28 147.37 -
System Red Green Blue C M Y K H S L
Decimal 177 149 83 0 0.16 0.53 0.31 42.13 0.38 0.51
Hex B1 95 53 0 10 35 1F 2A 26 33
Octal 261 225 123 0 20 65 37 52 46 63
Binary 10110001 10010101 1010011 0 10000 110101 11111 101010 100110 110011

Color Harmonies of #B19553

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B19553

Black with #B19553

Text Example


Text Example

White with #B19553

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B19553; }

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

 H1.HeaderClassName
 {
   color: #B19553;
 }
 .AnyTagClassName
 {
   color: #B19553;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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