Html Css Color HEX #B39276 Sandrift

📋 copy color: '#B39276'

red 179 ◦ green 146 ◦ blue 118

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

Shades of Sandrift #B39276

Tints of Sandrift #B39276

RGB

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

 GREEN value IS 146 (57.42% from 255) = 32.96%

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

R = 40.41%
G = 32.96%
B = 26.64%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.34

 K value IS 0.30

RGB Variations

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

Color information

#B39276 (or 0xB39276) is known color: Sandrift. HEX triplet: B3, 92 and 76. RGB value is (179,146,118). Sum of RGB (Red+Green+Blue) = 179+146+118=443 (58% of max value = 765). Red value is 179 (70.31% from 255 or 40.41% from 443); Green value is 146 (57.42% from 255 or 32.96% from 443); Blue value is 118 (46.48% from 255 or 26.64% from 443); Max value from RGB is 179 - color contains mainly: red. Hex color #B39276 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B39276 is #4C6D89. Grayscale: #989898. Windows color (decimal): -5008778 or 7770803. OLE color: 7770803.

HSL color Cylindrical-coordinate representation of color #B39276: hue angle of 27.54º 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 #B39276 is Cyan = 0, Magento = 0.18, Yellow = 0.34 and Black (K on CMYK) = 0.30.

Color convert

RGB 179 146 118 -
CMYK 0 0.18 0.34 0.30
HSL 27.54º 0.29% 0.58% -
HSV(B) 27.54º 0.34% 0.7% -
XYZ 32.14 31.45 21.52 -
YUV 152.68 108.43 146.78 -
System Red Green Blue C M Y K H S L
Decimal 179 146 118 0 0.18 0.34 0.30 27.54 0.29 0.58
Hex B3 92 76 0 12 22 1E 1C 1D 3A
Octal 263 222 166 0 22 42 36 34 35 72
Binary 10110011 10010010 1110110 0 10010 100010 11110 11100 11101 111010

Color Harmonies of #B39276

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B39276

Black with #B39276

Text Example


Text Example

White with #B39276

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B39276; }

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

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

background-color css

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

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

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

border-color css

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

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

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