Html Css Color HEX #B39748 Husk

📋 copy color: '#B39748'

red 179 ◦ green 151 ◦ blue 72

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

Shades of Husk #B39748

Tints of Husk #B39748

RGB

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

 GREEN value IS 151 (59.38% from 255) = 37.56%

 BLUE value IS 72 (28.52% from 255) = 17.91%

R = 44.53%
G = 37.56%
B = 17.91%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.60

 K value IS 0.30

RGB Variations

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

Color information

#B39748 (or 0xB39748) is known color: Husk. HEX triplet: B3, 97 and 48. RGB value is (179,151,72). Sum of RGB (Red+Green+Blue) = 179+151+72=402 (53% of max value = 765). Red value is 179 (70.31% from 255 or 44.53% from 402); Green value is 151 (59.38% from 255 or 37.56% from 402); Blue value is 72 (28.52% from 255 or 17.91% from 402); Max value from RGB is 179 - color contains mainly: red. Hex color #B39748 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B39748 is #4C68B7. Grayscale: #969696. Windows color (decimal): -5007544 or 4757427. OLE color: 4757427.

HSL color Cylindrical-coordinate representation of color #B39748: hue angle of 44.3º degrees, saturation: 0.43, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #B39748 is Cyan = 0, Magento = 0.16, Yellow = 0.60 and Black (K on CMYK) = 0.30.

Color convert

RGB 179 151 72 -
CMYK 0 0.16 0.60 0.30
HSL 44.3º 0.43% 0.49% -
HSV(B) 44.3º 0.6% 0.7% -
XYZ 30.83 32.18 10.72 -
YUV 150.37 83.78 148.42 -
System Red Green Blue C M Y K H S L
Decimal 179 151 72 0 0.16 0.60 0.30 44.3 0.43 0.49
Hex B3 97 48 0 10 3C 1E 2C 2B 31
Octal 263 227 110 0 20 74 36 54 53 61
Binary 10110011 10010111 1001000 0 10000 111100 11110 101100 101011 110001

Color Harmonies of #B39748

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B39748

Black with #B39748

Text Example


Text Example

White with #B39748

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B39748; }

 p { color: rgb(179,151,72); }

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

background-color css

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

 a { background-color: rgb(179,151,72); }

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

border-color css

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

 span { border-color: rgb(179,151,72); }

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