Html Css Color HEX #B49550 Husk

📋 copy color: '#B49550'

red 180 ◦ green 149 ◦ blue 80

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

Shades of Husk #B49550

Tints of Husk #B49550

RGB

 RED value IS 180 (70.7% from 255) = 44.01%

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

 BLUE value IS 80 (31.64% from 255) = 19.56%

R = 44.01%
G = 36.43%
B = 19.56%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.56

 K value IS 0.29

RGB Variations

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

Color information

#B49550 (or 0xB49550) is known color: Husk. HEX triplet: B4, 95 and 50. RGB value is (180,149,80). Sum of RGB (Red+Green+Blue) = 180+149+80=409 (54% of max value = 765). Red value is 180 (70.70% from 255 or 44.01% from 409); Green value is 149 (58.59% from 255 or 36.43% from 409); Blue value is 80 (31.64% from 255 or 19.56% from 409); Max value from RGB is 180 - color contains mainly: red. Hex color #B49550 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B49550 is #4B6AAF. Grayscale: #969696. Windows color (decimal): -4942512 or 5281204. OLE color: 5281204.

HSL color Cylindrical-coordinate representation of color #B49550: hue angle of 41.4º degrees, saturation: 0.4, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #B49550 is Cyan = 0, Magento = 0.17, Yellow = 0.56 and Black (K on CMYK) = 0.29.

Color convert

RGB 180 149 80 -
CMYK 0 0.17 0.56 0.29
HSL 41.4º 0.4% 0.51% -
HSV(B) 41.4º 0.56% 0.71% -
XYZ 31.02 31.78 12.09 -
YUV 150.4 88.27 149.11 -
System Red Green Blue C M Y K H S L
Decimal 180 149 80 0 0.17 0.56 0.29 41.4 0.4 0.51
Hex B4 95 50 0 11 38 1D 29 28 33
Octal 264 225 120 0 21 70 35 51 50 63
Binary 10110100 10010101 1010000 0 10001 111000 11101 101001 101000 110011

Color Harmonies of #B49550

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B49550

Black with #B49550

Text Example


Text Example

White with #B49550

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B49550; }

 p { color: rgb(180,149,80); }

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

background-color css

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

 a { background-color: rgb(180,149,80); }

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

border-color css

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

 span { border-color: rgb(180,149,80); }

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