Html Css Color HEX #B19552 Husk

📋 copy color: '#B19552'

red 177 ◦ green 149 ◦ blue 82

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

Shades of Husk #B19552

Tints of Husk #B19552

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 20.1%

R = 43.38%
G = 36.52%
B = 20.1%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.54

 K value IS 0.31

RGB Variations

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

Color information

#B19552 (or 0xB19552) is known color: Husk. HEX triplet: B1, 95 and 52. RGB value is (177,149,82). Sum of RGB (Red+Green+Blue) = 177+149+82=408 (54% of max value = 765). Red value is 177 (69.53% from 255 or 43.38% from 408); Green value is 149 (58.59% from 255 or 36.52% from 408); Blue value is 82 (32.42% from 255 or 20.10% from 408); Max value from RGB is 177 - color contains mainly: red. Hex color #B19552 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B19552 is #4E6AAD. Grayscale: #969696. Windows color (decimal): -5139118 or 5412273. OLE color: 5412273.

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

Color convert

RGB 177 149 82 -
CMYK 0 0.16 0.54 0.31
HSL 42.32º 0.38% 0.51% -
HSV(B) 42.32º 0.54% 0.69% -
XYZ 30.4 31.45 12.45 -
YUV 149.73 89.78 147.45 -
System Red Green Blue C M Y K H S L
Decimal 177 149 82 0 0.16 0.54 0.31 42.32 0.38 0.51
Hex B1 95 52 0 10 36 1F 2A 26 33
Octal 261 225 122 0 20 66 37 52 46 63
Binary 10110001 10010101 1010010 0 10000 110110 11111 101010 100110 110011

Color Harmonies of #B19552

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B19552

Black with #B19552

Text Example


Text Example

White with #B19552

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B19552; }

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

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

background-color css

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

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

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

border-color css

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

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

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