Html Css Color HEX #B3964D Husk

📋 copy color: '#B3964D'

red 179 ◦ green 150 ◦ blue 77

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

Shades of Husk #B3964D

Tints of Husk #B3964D

RGB

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

 GREEN value IS 150 (58.98% from 255) = 36.95%

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

R = 44.09%
G = 36.95%
B = 18.97%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.57

 K value IS 0.30

RGB Variations

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

Color information

#B3964D (or 0xB3964D) is known color: Husk. HEX triplet: B3, 96 and 4D. RGB value is (179,150,77). Sum of RGB (Red+Green+Blue) = 179+150+77=406 (53% of max value = 765). Red value is 179 (70.31% from 255 or 44.09% from 406); Green value is 150 (58.98% from 255 or 36.95% from 406); Blue value is 77 (30.47% from 255 or 18.97% from 406); Max value from RGB is 179 - color contains mainly: red. Hex color #B3964D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B3964D is #4C69B2. Grayscale: #969696. Windows color (decimal): -5007795 or 5084851. OLE color: 5084851.

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

Color convert

RGB 179 150 77 -
CMYK 0 0.16 0.57 0.30
HSL 42.94º 0.4% 0.5% -
HSV(B) 42.94º 0.57% 0.7% -
XYZ 30.84 31.93 11.56 -
YUV 150.35 86.61 148.44 -
System Red Green Blue C M Y K H S L
Decimal 179 150 77 0 0.16 0.57 0.30 42.94 0.4 0.5
Hex B3 96 4D 0 10 39 1E 2B 28 32
Octal 263 226 115 0 20 71 36 53 50 62
Binary 10110011 10010110 1001101 0 10000 111001 11110 101011 101000 110010

Color Harmonies of #B3964D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3964D

Black with #B3964D

Text Example


Text Example

White with #B3964D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3964D; }

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

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

background-color css

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

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

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

border-color css

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

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

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