Html Css Color HEX #B49D50 Husk

📋 copy color: '#B49D50'

red 180 ◦ green 157 ◦ blue 80

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

Shades of Husk #B49D50

Tints of Husk #B49D50

RGB

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

 GREEN value IS 157 (61.72% from 255) = 37.65%

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

R = 43.17%
G = 37.65%
B = 19.18%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.56

 K value IS 0.29

RGB Variations

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

Color information

#B49D50 (or 0xB49D50) is known color: Husk. HEX triplet: B4, 9D and 50. RGB value is (180,157,80). Sum of RGB (Red+Green+Blue) = 180+157+80=417 (55% of max value = 765). Red value is 180 (70.70% from 255 or 43.17% from 417); Green value is 157 (61.72% from 255 or 37.65% from 417); Blue value is 80 (31.64% from 255 or 19.18% from 417); Max value from RGB is 180 - color contains mainly: red. Hex color #B49D50 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B49D50 is #4B62AF. Grayscale: #9B9B9B. Windows color (decimal): -4940464 or 5283252. OLE color: 5283252.

HSL color Cylindrical-coordinate representation of color #B49D50: hue angle of 46.2º 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 #B49D50 is Cyan = 0, Magento = 0.13, Yellow = 0.56 and Black (K on CMYK) = 0.29.

Color convert

RGB 180 157 80 -
CMYK 0 0.13 0.56 0.29
HSL 46.2º 0.4% 0.51% -
HSV(B) 46.2º 0.56% 0.71% -
XYZ 32.33 34.4 12.52 -
YUV 155.1 85.62 145.76 -
System Red Green Blue C M Y K H S L
Decimal 180 157 80 0 0.13 0.56 0.29 46.2 0.4 0.51
Hex B4 9D 50 0 D 38 1D 2E 28 33
Octal 264 235 120 0 15 70 35 56 50 63
Binary 10110100 10011101 1010000 0 1101 111000 11101 101110 101000 110011

Color Harmonies of #B49D50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B49D50

Black with #B49D50

Text Example


Text Example

White with #B49D50

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B49D50; }

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

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

background-color css

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

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

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

border-color css

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

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

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