Html Css Color HEX #B39846 Husk

📋 copy color: '#B39846'

red 179 ◦ green 152 ◦ blue 70

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

Shades of Husk #B39846

Tints of Husk #B39846

RGB

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

 GREEN value IS 152 (59.77% from 255) = 37.91%

 BLUE value IS 70 (27.73% from 255) = 17.46%

R = 44.64%
G = 37.91%
B = 17.46%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.61

 K value IS 0.30

RGB Variations

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

Color information

#B39846 (or 0xB39846) is known color: Husk. HEX triplet: B3, 98 and 46. RGB value is (179,152,70). Sum of RGB (Red+Green+Blue) = 179+152+70=401 (53% of max value = 765). Red value is 179 (70.31% from 255 or 44.64% from 401); Green value is 152 (59.77% from 255 or 37.91% from 401); Blue value is 70 (27.73% from 255 or 17.46% from 401); Max value from RGB is 179 - color contains mainly: red. Hex color #B39846 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B39846 is #4C67B9. Grayscale: #979797. Windows color (decimal): -5007290 or 4626611. OLE color: 4626611.

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

Color convert

RGB 179 152 70 -
CMYK 0 0.15 0.61 0.30
HSL 45.14º 0.44% 0.49% -
HSV(B) 45.14º 0.61% 0.7% -
XYZ 30.92 32.48 10.43 -
YUV 150.73 82.45 148.17 -
System Red Green Blue C M Y K H S L
Decimal 179 152 70 0 0.15 0.61 0.30 45.14 0.44 0.49
Hex B3 98 46 0 F 3D 1E 2D 2C 31
Octal 263 230 106 0 17 75 36 55 54 61
Binary 10110011 10011000 1000110 0 1111 111101 11110 101101 101100 110001

Color Harmonies of #B39846

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B39846

Black with #B39846

Text Example


Text Example

White with #B39846

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B39846; }

 p { color: rgb(179,152,70); }

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

background-color css

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

 a { background-color: rgb(179,152,70); }

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

border-color css

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

 span { border-color: rgb(179,152,70); }

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