Html Css Color HEX #B19954 Husk

📋 copy color: '#B19954'

red 177 ◦ green 153 ◦ blue 84

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

Shades of Husk #B19954

Tints of Husk #B19954

RGB

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

 GREEN value IS 153 (60.16% from 255) = 36.96%

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

R = 42.75%
G = 36.96%
B = 20.29%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.53

 K value IS 0.31

RGB Variations

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

Color information

#B19954 (or 0xB19954) is known color: Husk. HEX triplet: B1, 99 and 54. RGB value is (177,153,84). Sum of RGB (Red+Green+Blue) = 177+153+84=414 (54% of max value = 765). Red value is 177 (69.53% from 255 or 42.75% from 414); Green value is 153 (60.16% from 255 or 36.96% from 414); Blue value is 84 (33.20% from 255 or 20.29% from 414); Max value from RGB is 177 - color contains mainly: red. Hex color #B19954 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B19954 is #4E66AB. Grayscale: #989898. Windows color (decimal): -5138092 or 5544369. OLE color: 5544369.

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

Color convert

RGB 177 153 84 -
CMYK 0 0.14 0.53 0.31
HSL 44.52º 0.37% 0.51% -
HSV(B) 44.52º 0.53% 0.69% -
XYZ 31.12 32.77 13.07 -
YUV 152.31 89.45 145.61 -
System Red Green Blue C M Y K H S L
Decimal 177 153 84 0 0.14 0.53 0.31 44.52 0.37 0.51
Hex B1 99 54 0 E 35 1F 2D 25 33
Octal 261 231 124 0 16 65 37 55 45 63
Binary 10110001 10011001 1010100 0 1110 110101 11111 101101 100101 110011

Color Harmonies of #B19954

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B19954

Black with #B19954

Text Example


Text Example

White with #B19954

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B19954; }

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

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

background-color css

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

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

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

border-color css

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

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

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