Html Css Color HEX #B39076 Sandrift

📋 copy color: '#B39076'

red 179 ◦ green 144 ◦ blue 118

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

Shades of Sandrift #B39076

Tints of Sandrift #B39076

RGB

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

 GREEN value IS 144 (56.64% from 255) = 32.65%

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

R = 40.59%
G = 32.65%
B = 26.76%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.34

 K value IS 0.30

RGB Variations

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

Color information

#B39076 (or 0xB39076) is known color: Sandrift. HEX triplet: B3, 90 and 76. RGB value is (179,144,118). Sum of RGB (Red+Green+Blue) = 179+144+118=441 (58% of max value = 765). Red value is 179 (70.31% from 255 or 40.59% from 441); Green value is 144 (56.64% from 255 or 32.65% from 441); Blue value is 118 (46.48% from 255 or 26.76% from 441); Max value from RGB is 179 - color contains mainly: red. Hex color #B39076 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B39076 is #4C6F89. Grayscale: #979797. Windows color (decimal): -5009290 or 7770291. OLE color: 7770291.

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

Color convert

RGB 179 144 118 -
CMYK 0 0.20 0.34 0.30
HSL 25.57º 0.29% 0.58% -
HSV(B) 25.57º 0.34% 0.7% -
XYZ 31.83 30.84 21.41 -
YUV 151.5 109.1 147.61 -
System Red Green Blue C M Y K H S L
Decimal 179 144 118 0 0.20 0.34 0.30 25.57 0.29 0.58
Hex B3 90 76 0 14 22 1E 1A 1D 3A
Octal 263 220 166 0 24 42 36 32 35 72
Binary 10110011 10010000 1110110 0 10100 100010 11110 11010 11101 111010

Color Harmonies of #B39076

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B39076

Black with #B39076

Text Example


Text Example

White with #B39076

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B39076; }

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

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

background-color css

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

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

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

border-color css

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

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

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