Html Css Color HEX #B49450 Husk

📋 copy color: '#B49450'

red 180 ◦ green 148 ◦ blue 80

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

Shades of Husk #B49450

Tints of Husk #B49450

RGB

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

 GREEN value IS 148 (58.2% from 255) = 36.27%

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

R = 44.12%
G = 36.27%
B = 19.61%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.56

 K value IS 0.29

RGB Variations

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

Color information

#B49450 (or 0xB49450) is known color: Husk. HEX triplet: B4, 94 and 50. RGB value is (180,148,80). Sum of RGB (Red+Green+Blue) = 180+148+80=408 (54% of max value = 765). Red value is 180 (70.70% from 255 or 44.12% from 408); Green value is 148 (58.20% from 255 or 36.27% from 408); Blue value is 80 (31.64% from 255 or 19.61% from 408); Max value from RGB is 180 - color contains mainly: red. Hex color #B49450 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B49450 is #4B6BAF. Grayscale: #969696. Windows color (decimal): -4942768 or 5280948. OLE color: 5280948.

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

Color convert

RGB 180 148 80 -
CMYK 0 0.18 0.56 0.29
HSL 40.8º 0.4% 0.51% -
HSV(B) 40.8º 0.56% 0.71% -
XYZ 30.86 31.46 12.04 -
YUV 149.82 88.6 149.53 -
System Red Green Blue C M Y K H S L
Decimal 180 148 80 0 0.18 0.56 0.29 40.8 0.4 0.51
Hex B4 94 50 0 12 38 1D 29 28 33
Octal 264 224 120 0 22 70 35 51 50 63
Binary 10110100 10010100 1010000 0 10010 111000 11101 101001 101000 110011

Color Harmonies of #B49450

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B49450

Black with #B49450

Text Example


Text Example

White with #B49450

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B49450; }

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

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

background-color css

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

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

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

border-color css

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

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

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