Html Css Color HEX #B39675 Sandrift

📋 copy color: '#B39675'

red 179 ◦ green 150 ◦ blue 117

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

Shades of Sandrift #B39675

Tints of Sandrift #B39675

RGB

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

 GREEN value IS 150 (58.98% from 255) = 33.63%

 BLUE value IS 117 (46.09% from 255) = 26.23%

R = 40.13%
G = 33.63%
B = 26.23%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.35

 K value IS 0.30

RGB Variations

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

Color information

#B39675 (or 0xB39675) is known color: Sandrift. HEX triplet: B3, 96 and 75. RGB value is (179,150,117). Sum of RGB (Red+Green+Blue) = 179+150+117=446 (59% of max value = 765). Red value is 179 (70.31% from 255 or 40.13% from 446); Green value is 150 (58.98% from 255 or 33.63% from 446); Blue value is 117 (46.09% from 255 or 26.23% from 446); Max value from RGB is 179 - color contains mainly: red. Hex color #B39675 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B39675 is #4C698A. Grayscale: #9B9B9B. Windows color (decimal): -5007755 or 7706291. OLE color: 7706291.

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

Color convert

RGB 179 150 117 -
CMYK 0 0.16 0.35 0.30
HSL 31.94º 0.29% 0.58% -
HSV(B) 31.94º 0.35% 0.7% -
XYZ 32.71 32.68 21.41 -
YUV 154.91 106.61 145.18 -
System Red Green Blue C M Y K H S L
Decimal 179 150 117 0 0.16 0.35 0.30 31.94 0.29 0.58
Hex B3 96 75 0 10 23 1E 20 1D 3A
Octal 263 226 165 0 20 43 36 40 35 72
Binary 10110011 10010110 1110101 0 10000 100011 11110 100000 11101 111010

Color Harmonies of #B39675

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B39675

Black with #B39675

Text Example


Text Example

White with #B39675

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B39675; }

 p { color: rgb(179,150,117); }

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

background-color css

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

 a { background-color: rgb(179,150,117); }

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

border-color css

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

 span { border-color: rgb(179,150,117); }

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