Html Css Color HEX #B3994D Husk

📋 copy color: '#B3994D'

red 179 ◦ green 153 ◦ blue 77

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

Shades of Husk #B3994D

Tints of Husk #B3994D

RGB

 RED value IS 179 (70.31% from 255) = 43.77%

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

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

R = 43.77%
G = 37.41%
B = 18.83%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.57

 K value IS 0.30

RGB Variations

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

Color information

#B3994D (or 0xB3994D) is known color: Husk. HEX triplet: B3, 99 and 4D. RGB value is (179,153,77). Sum of RGB (Red+Green+Blue) = 179+153+77=409 (54% of max value = 765). Red value is 179 (70.31% from 255 or 43.77% from 409); Green value is 153 (60.16% from 255 or 37.41% from 409); Blue value is 77 (30.47% from 255 or 18.83% from 409); Max value from RGB is 179 - color contains mainly: red. Hex color #B3994D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B3994D is #4C66B2. Grayscale: #989898. Windows color (decimal): -5007027 or 5085619. OLE color: 5085619.

HSL color Cylindrical-coordinate representation of color #B3994D: hue angle of 44.71º degrees, saturation: 0.4, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #B3994D is Cyan = 0, Magento = 0.15, Yellow = 0.57 and Black (K on CMYK) = 0.30.

Color convert

RGB 179 153 77 -
CMYK 0 0.15 0.57 0.30
HSL 44.71º 0.4% 0.5% -
HSV(B) 44.71º 0.57% 0.7% -
XYZ 31.32 32.9 11.72 -
YUV 152.11 85.61 147.18 -
System Red Green Blue C M Y K H S L
Decimal 179 153 77 0 0.15 0.57 0.30 44.71 0.4 0.5
Hex B3 99 4D 0 F 39 1E 2D 28 32
Octal 263 231 115 0 17 71 36 55 50 62
Binary 10110011 10011001 1001101 0 1111 111001 11110 101101 101000 110010

Color Harmonies of #B3994D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3994D

Black with #B3994D

Text Example


Text Example

White with #B3994D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3994D; }

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

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

background-color css

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

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

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

border-color css

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

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

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