Html Css Color HEX #B49250 Husk

📋 copy color: '#B49250'

red 180 ◦ green 146 ◦ blue 80

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

Shades of Husk #B49250

Tints of Husk #B49250

RGB

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

 GREEN value IS 146 (57.42% from 255) = 35.96%

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

R = 44.33%
G = 35.96%
B = 19.7%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.56

 K value IS 0.29

RGB Variations

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

Color information

#B49250 (or 0xB49250) is known color: Husk. HEX triplet: B4, 92 and 50. RGB value is (180,146,80). Sum of RGB (Red+Green+Blue) = 180+146+80=406 (53% of max value = 765). Red value is 180 (70.70% from 255 or 44.33% from 406); Green value is 146 (57.42% from 255 or 35.96% from 406); Blue value is 80 (31.64% from 255 or 19.70% from 406); Max value from RGB is 180 - color contains mainly: red. Hex color #B49250 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B49250 is #4B6DAF. Grayscale: #949494. Windows color (decimal): -4943280 or 5280436. OLE color: 5280436.

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

Color convert

RGB 180 146 80 -
CMYK 0 0.19 0.56 0.29
HSL 39.6º 0.4% 0.51% -
HSV(B) 39.6º 0.56% 0.71% -
XYZ 30.55 30.84 11.93 -
YUV 148.64 89.26 150.37 -
System Red Green Blue C M Y K H S L
Decimal 180 146 80 0 0.19 0.56 0.29 39.6 0.4 0.51
Hex B4 92 50 0 13 38 1D 28 28 33
Octal 264 222 120 0 23 70 35 50 50 63
Binary 10110100 10010010 1010000 0 10011 111000 11101 101000 101000 110011

Color Harmonies of #B49250

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B49250

Black with #B49250

Text Example


Text Example

White with #B49250

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B49250; }

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

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

background-color css

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

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

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

border-color css

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

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

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