Html Css Color HEX #B39B50 Husk

📋 copy color: '#B39B50'

red 179 ◦ green 155 ◦ blue 80

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

Shades of Husk #B39B50

Tints of Husk #B39B50

RGB

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

 GREEN value IS 155 (60.94% from 255) = 37.44%

 BLUE value IS 80 (31.64% from 255) = 19.32%

R = 43.24%
G = 37.44%
B = 19.32%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.55

 K value IS 0.30

RGB Variations

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

Color information

#B39B50 (or 0xB39B50) is known color: Husk. HEX triplet: B3, 9B and 50. RGB value is (179,155,80). Sum of RGB (Red+Green+Blue) = 179+155+80=414 (54% of max value = 765). Red value is 179 (70.31% from 255 or 43.24% from 414); Green value is 155 (60.94% from 255 or 37.44% from 414); Blue value is 80 (31.64% from 255 or 19.32% from 414); Max value from RGB is 179 - color contains mainly: red. Hex color #B39B50 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B39B50 is #4C64AF. Grayscale: #999999. Windows color (decimal): -5006512 or 5282739. OLE color: 5282739.

HSL color Cylindrical-coordinate representation of color #B39B50: hue angle of 45.45º degrees, saturation: 0.39, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #B39B50 is Cyan = 0, Magento = 0.13, Yellow = 0.55 and Black (K on CMYK) = 0.30.

Color convert

RGB 179 155 80 -
CMYK 0 0.13 0.55 0.30
HSL 45.45º 0.39% 0.51% -
HSV(B) 45.45º 0.55% 0.7% -
XYZ 31.76 33.61 12.4 -
YUV 153.63 86.45 146.1 -
System Red Green Blue C M Y K H S L
Decimal 179 155 80 0 0.13 0.55 0.30 45.45 0.39 0.51
Hex B3 9B 50 0 D 37 1E 2D 27 33
Octal 263 233 120 0 15 67 36 55 47 63
Binary 10110011 10011011 1010000 0 1101 110111 11110 101101 100111 110011

Color Harmonies of #B39B50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B39B50

Black with #B39B50

Text Example


Text Example

White with #B39B50

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B39B50; }

 p { color: rgb(179,155,80); }

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

background-color css

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

 a { background-color: rgb(179,155,80); }

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

border-color css

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

 span { border-color: rgb(179,155,80); }

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