Html Css Color HEX #B39576 Sandrift

📋 copy color: '#B39576'

red 179 ◦ green 149 ◦ blue 118

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

Shades of Sandrift #B39576

Tints of Sandrift #B39576

RGB

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

 GREEN value IS 149 (58.59% from 255) = 33.41%

 BLUE value IS 118 (46.48% from 255) = 26.46%

R = 40.13%
G = 33.41%
B = 26.46%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.34

 K value IS 0.30

RGB Variations

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

Color information

#B39576 (or 0xB39576) is known color: Sandrift. HEX triplet: B3, 95 and 76. RGB value is (179,149,118). Sum of RGB (Red+Green+Blue) = 179+149+118=446 (59% of max value = 765). Red value is 179 (70.31% from 255 or 40.13% from 446); Green value is 149 (58.59% from 255 or 33.41% from 446); Blue value is 118 (46.48% from 255 or 26.46% from 446); Max value from RGB is 179 - color contains mainly: red. Hex color #B39576 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B39576 is #4C6A89. Grayscale: #9A9A9A. Windows color (decimal): -5008010 or 7771571. OLE color: 7771571.

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

Color convert

RGB 179 149 118 -
CMYK 0 0.17 0.34 0.30
HSL 30.49º 0.29% 0.58% -
HSV(B) 30.49º 0.34% 0.7% -
XYZ 32.61 32.39 21.67 -
YUV 154.44 107.44 145.52 -
System Red Green Blue C M Y K H S L
Decimal 179 149 118 0 0.17 0.34 0.30 30.49 0.29 0.58
Hex B3 95 76 0 11 22 1E 1E 1D 3A
Octal 263 225 166 0 21 42 36 36 35 72
Binary 10110011 10010101 1110110 0 10001 100010 11110 11110 11101 111010

Color Harmonies of #B39576

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B39576

Black with #B39576

Text Example


Text Example

White with #B39576

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B39576; }

 p { color: rgb(179,149,118); }

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

background-color css

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

 a { background-color: rgb(179,149,118); }

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

border-color css

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

 span { border-color: rgb(179,149,118); }

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