Html Css Color HEX #B19554 Husk

📋 copy color: '#B19554'

red 177 ◦ green 149 ◦ blue 84

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

Shades of Husk #B19554

Tints of Husk #B19554

RGB

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

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

 BLUE value IS 84 (33.2% from 255) = 20.49%

R = 43.17%
G = 36.34%
B = 20.49%

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

#B19554 (or 0xB19554) is known color: Husk. HEX triplet: B1, 95 and 54. RGB value is (177,149,84). Sum of RGB (Red+Green+Blue) = 177+149+84=410 (54% of max value = 765). Red value is 177 (69.53% from 255 or 43.17% from 410); Green value is 149 (58.59% from 255 or 36.34% from 410); Blue value is 84 (33.20% from 255 or 20.49% from 410); Max value from RGB is 177 - color contains mainly: red. Hex color #B19554 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B19554 is #4E6AAB. Grayscale: #969696. Windows color (decimal): -5139116 or 5543345. OLE color: 5543345.

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

Color convert

RGB 177 149 84 -
CMYK 0 0.16 0.53 0.31
HSL 41.94º 0.37% 0.51% -
HSV(B) 41.94º 0.53% 0.69% -
XYZ 30.48 31.48 12.86 -
YUV 149.96 90.78 147.29 -
System Red Green Blue C M Y K H S L
Decimal 177 149 84 0 0.16 0.53 0.31 41.94 0.37 0.51
Hex B1 95 54 0 10 35 1F 2A 25 33
Octal 261 225 124 0 20 65 37 52 45 63
Binary 10110001 10010101 1010100 0 10000 110101 11111 101010 100101 110011

Color Harmonies of #B19554

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B19554

Black with #B19554

Text Example


Text Example

White with #B19554

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B19554; }

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

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

background-color css

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

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

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

border-color css

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

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

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