Html Css Color HEX #B4994D Husk

📋 copy color: '#B4994D'

red 180 ◦ green 153 ◦ blue 77

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

Shades of Husk #B4994D

Tints of Husk #B4994D

RGB

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

 GREEN value IS 153 (60.16% from 255) = 37.32%

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

R = 43.9%
G = 37.32%
B = 18.78%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.57

 K value IS 0.29

RGB Variations

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

Color information

#B4994D (or 0xB4994D) is known color: Husk. HEX triplet: B4, 99 and 4D. RGB value is (180,153,77). Sum of RGB (Red+Green+Blue) = 180+153+77=410 (54% of max value = 765). Red value is 180 (70.70% from 255 or 43.90% from 410); Green value is 153 (60.16% from 255 or 37.32% from 410); Blue value is 77 (30.47% from 255 or 18.78% from 410); Max value from RGB is 180 - color contains mainly: red. Hex color #B4994D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B4994D is #4B66B2. Grayscale: #989898. Windows color (decimal): -4941491 or 5085620. OLE color: 5085620.

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

Color convert

RGB 180 153 77 -
CMYK 0 0.15 0.57 0.29
HSL 44.27º 0.41% 0.5% -
HSV(B) 44.27º 0.57% 0.71% -
XYZ 31.55 33.02 11.73 -
YUV 152.41 85.45 147.68 -
System Red Green Blue C M Y K H S L
Decimal 180 153 77 0 0.15 0.57 0.29 44.27 0.41 0.5
Hex B4 99 4D 0 F 39 1D 2C 29 32
Octal 264 231 115 0 17 71 35 54 51 62
Binary 10110100 10011001 1001101 0 1111 111001 11101 101100 101001 110010

Color Harmonies of #B4994D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4994D

Black with #B4994D

Text Example


Text Example

White with #B4994D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4994D; }

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

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

background-color css

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

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

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

border-color css

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

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

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