Html Css Color HEX #B49D44 Husk

📋 copy color: '#B49D44'

red 180 ◦ green 157 ◦ blue 68

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

Shades of Husk #B49D44

Tints of Husk #B49D44

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 16.79%

R = 44.44%
G = 38.77%
B = 16.79%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.62

 K value IS 0.29

RGB Variations

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

Color information

#B49D44 (or 0xB49D44) is known color: Husk. HEX triplet: B4, 9D and 44. RGB value is (180,157,68). Sum of RGB (Red+Green+Blue) = 180+157+68=405 (53% of max value = 765). Red value is 180 (70.70% from 255 or 44.44% from 405); Green value is 157 (61.72% from 255 or 38.77% from 405); Blue value is 68 (26.95% from 255 or 16.79% from 405); Max value from RGB is 180 - color contains mainly: red. Hex color #B49D44 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B49D44 is #4B62BB. Grayscale: #9A9A9A. Windows color (decimal): -4940476 or 4496820. OLE color: 4496820.

HSL color Cylindrical-coordinate representation of color #B49D44: hue angle of 47.68º degrees, saturation: 0.45, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #B49D44 is Cyan = 0, Magento = 0.13, Yellow = 0.62 and Black (K on CMYK) = 0.29.

Color convert

RGB 180 157 68 -
CMYK 0 0.13 0.62 0.29
HSL 47.68º 0.45% 0.49% -
HSV(B) 47.68º 0.62% 0.71% -
XYZ 31.92 34.23 10.39 -
YUV 153.73 79.62 146.74 -
System Red Green Blue C M Y K H S L
Decimal 180 157 68 0 0.13 0.62 0.29 47.68 0.45 0.49
Hex B4 9D 44 0 D 3E 1D 30 2D 31
Octal 264 235 104 0 15 76 35 60 55 61
Binary 10110100 10011101 1000100 0 1101 111110 11101 110000 101101 110001

Color Harmonies of #B49D44

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B49D44

Black with #B49D44

Text Example


Text Example

White with #B49D44

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B49D44; }

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

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

background-color css

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

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

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

border-color css

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

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

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