Html Css Color HEX #B49752 Husk

📋 copy color: '#B49752'

red 180 ◦ green 151 ◦ blue 82

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

Shades of Husk #B49752

Tints of Husk #B49752

RGB

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

 GREEN value IS 151 (59.38% from 255) = 36.56%

 BLUE value IS 82 (32.42% from 255) = 19.85%

R = 43.58%
G = 36.56%
B = 19.85%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.54

 K value IS 0.29

RGB Variations

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

Color information

#B49752 (or 0xB49752) is known color: Husk. HEX triplet: B4, 97 and 52. RGB value is (180,151,82). Sum of RGB (Red+Green+Blue) = 180+151+82=413 (54% of max value = 765). Red value is 180 (70.70% from 255 or 43.58% from 413); Green value is 151 (59.38% from 255 or 36.56% from 413); Blue value is 82 (32.42% from 255 or 19.85% from 413); Max value from RGB is 180 - color contains mainly: red. Hex color #B49752 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B49752 is #4B68AD. Grayscale: #989898. Windows color (decimal): -4941998 or 5412788. OLE color: 5412788.

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

Color convert

RGB 180 151 82 -
CMYK 0 0.16 0.54 0.29
HSL 42.24º 0.4% 0.51% -
HSV(B) 42.24º 0.54% 0.71% -
XYZ 31.41 32.45 12.59 -
YUV 151.81 88.61 148.11 -
System Red Green Blue C M Y K H S L
Decimal 180 151 82 0 0.16 0.54 0.29 42.24 0.4 0.51
Hex B4 97 52 0 10 36 1D 2A 28 33
Octal 264 227 122 0 20 66 35 52 50 63
Binary 10110100 10010111 1010010 0 10000 110110 11101 101010 101000 110011

Color Harmonies of #B49752

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B49752

Black with #B49752

Text Example


Text Example

White with #B49752

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B49752; }

 p { color: rgb(180,151,82); }

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

background-color css

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

 a { background-color: rgb(180,151,82); }

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

border-color css

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

 span { border-color: rgb(180,151,82); }

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