Html Css Color HEX #B4954D Husk

📋 copy color: '#B4954D'

red 180 ◦ green 149 ◦ blue 77

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

Shades of Husk #B4954D

Tints of Husk #B4954D

RGB

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

 GREEN value IS 149 (58.59% from 255) = 36.7%

 BLUE value IS 77 (30.47% from 255) = 18.97%

R = 44.33%
G = 36.7%
B = 18.97%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.57

 K value IS 0.29

RGB Variations

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

Color information

#B4954D (or 0xB4954D) is known color: Husk. HEX triplet: B4, 95 and 4D. RGB value is (180,149,77). Sum of RGB (Red+Green+Blue) = 180+149+77=406 (53% of max value = 765). Red value is 180 (70.70% from 255 or 44.33% from 406); Green value is 149 (58.59% from 255 or 36.70% from 406); Blue value is 77 (30.47% from 255 or 18.97% from 406); Max value from RGB is 180 - color contains mainly: red. Hex color #B4954D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B4954D is #4B6AB2. Grayscale: #969696. Windows color (decimal): -4942515 or 5084596. OLE color: 5084596.

HSL color Cylindrical-coordinate representation of color #B4954D: hue angle of 41.94º degrees, saturation: 0.41, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #B4954D is Cyan = 0, Magento = 0.17, Yellow = 0.57 and Black (K on CMYK) = 0.29.

Color convert

RGB 180 149 77 -
CMYK 0 0.17 0.57 0.29
HSL 41.94º 0.41% 0.5% -
HSV(B) 41.94º 0.57% 0.71% -
XYZ 30.91 31.73 11.52 -
YUV 150.06 86.77 149.35 -
System Red Green Blue C M Y K H S L
Decimal 180 149 77 0 0.17 0.57 0.29 41.94 0.41 0.5
Hex B4 95 4D 0 11 39 1D 2A 29 32
Octal 264 225 115 0 21 71 35 52 51 62
Binary 10110100 10010101 1001101 0 10001 111001 11101 101010 101001 110010

Color Harmonies of #B4954D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4954D

Black with #B4954D

Text Example


Text Example

White with #B4954D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4954D; }

 p { color: rgb(180,149,77); }

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

background-color css

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

 a { background-color: rgb(180,149,77); }

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

border-color css

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

 span { border-color: rgb(180,149,77); }

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