Html Css Color HEX #B49350 Husk

📋 copy color: '#B49350'

red 180 ◦ green 147 ◦ blue 80

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

Shades of Husk #B49350

Tints of Husk #B49350

RGB

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

 GREEN value IS 147 (57.81% from 255) = 36.12%

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

R = 44.23%
G = 36.12%
B = 19.66%

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

#B49350 (or 0xB49350) is known color: Husk. HEX triplet: B4, 93 and 50. RGB value is (180,147,80). Sum of RGB (Red+Green+Blue) = 180+147+80=407 (53% of max value = 765). Red value is 180 (70.70% from 255 or 44.23% from 407); Green value is 147 (57.81% from 255 or 36.12% from 407); Blue value is 80 (31.64% from 255 or 19.66% from 407); Max value from RGB is 180 - color contains mainly: red. Hex color #B49350 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B49350 is #4B6CAF. Grayscale: #959595. Windows color (decimal): -4943024 or 5280692. OLE color: 5280692.

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

Color convert

RGB 180 147 80 -
CMYK 0 0.18 0.56 0.29
HSL 40.2º 0.4% 0.51% -
HSV(B) 40.2º 0.56% 0.71% -
XYZ 30.7 31.15 11.98 -
YUV 149.23 88.93 149.95 -
System Red Green Blue C M Y K H S L
Decimal 180 147 80 0 0.18 0.56 0.29 40.2 0.4 0.51
Hex B4 93 50 0 12 38 1D 28 28 33
Octal 264 223 120 0 22 70 35 50 50 63
Binary 10110100 10010011 1010000 0 10010 111000 11101 101000 101000 110011

Color Harmonies of #B49350

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B49350

Black with #B49350

Text Example


Text Example

White with #B49350

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B49350; }

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

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

background-color css

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

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

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

border-color css

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

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

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