Html Css Color HEX #B3994B Husk

📋 copy color: '#B3994B'

red 179 ◦ green 153 ◦ blue 75

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

Shades of Husk #B3994B

Tints of Husk #B3994B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 18.43%

R = 43.98%
G = 37.59%
B = 18.43%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.58

 K value IS 0.30

RGB Variations

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

Color information

#B3994B (or 0xB3994B) is known color: Husk. HEX triplet: B3, 99 and 4B. RGB value is (179,153,75). Sum of RGB (Red+Green+Blue) = 179+153+75=407 (53% of max value = 765). Red value is 179 (70.31% from 255 or 43.98% from 407); Green value is 153 (60.16% from 255 or 37.59% from 407); Blue value is 75 (29.69% from 255 or 18.43% from 407); Max value from RGB is 179 - color contains mainly: red. Hex color #B3994B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B3994B is #4C66B4. Grayscale: #989898. Windows color (decimal): -5007029 or 4954547. OLE color: 4954547.

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

Color convert

RGB 179 153 75 -
CMYK 0 0.15 0.58 0.30
HSL 45º 0.41% 0.5% -
HSV(B) 45º 0.58% 0.7% -
XYZ 31.25 32.87 11.35 -
YUV 151.88 84.61 147.34 -
System Red Green Blue C M Y K H S L
Decimal 179 153 75 0 0.15 0.58 0.30 45 0.41 0.5
Hex B3 99 4B 0 F 3A 1E 2D 29 32
Octal 263 231 113 0 17 72 36 55 51 62
Binary 10110011 10011001 1001011 0 1111 111010 11110 101101 101001 110010

Color Harmonies of #B3994B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3994B

Black with #B3994B

Text Example


Text Example

White with #B3994B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3994B; }

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

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

background-color css

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

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

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

border-color css

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

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

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