Html Css Color HEX #B39975 Sandrift

📋 copy color: '#B39975'

red 179 ◦ green 153 ◦ blue 117

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

Shades of Sandrift #B39975

Tints of Sandrift #B39975

RGB

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

 GREEN value IS 153 (60.16% from 255) = 34.08%

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

R = 39.87%
G = 34.08%
B = 26.06%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.35

 K value IS 0.30

RGB Variations

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

Color information

#B39975 (or 0xB39975) is known color: Sandrift. HEX triplet: B3, 99 and 75. RGB value is (179,153,117). Sum of RGB (Red+Green+Blue) = 179+153+117=449 (59% of max value = 765). Red value is 179 (70.31% from 255 or 39.87% from 449); Green value is 153 (60.16% from 255 or 34.08% from 449); Blue value is 117 (46.09% from 255 or 26.06% from 449); Max value from RGB is 179 - color contains mainly: red. Hex color #B39975 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B39975 is #4C668A. Grayscale: #9C9C9C. Windows color (decimal): -5006987 or 7707059. OLE color: 7707059.

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

Color convert

RGB 179 153 117 -
CMYK 0 0.15 0.35 0.30
HSL 34.84º 0.29% 0.58% -
HSV(B) 34.84º 0.35% 0.7% -
XYZ 33.19 33.65 21.58 -
YUV 156.67 105.61 143.93 -
System Red Green Blue C M Y K H S L
Decimal 179 153 117 0 0.15 0.35 0.30 34.84 0.29 0.58
Hex B3 99 75 0 F 23 1E 23 1D 3A
Octal 263 231 165 0 17 43 36 43 35 72
Binary 10110011 10011001 1110101 0 1111 100011 11110 100011 11101 111010

Color Harmonies of #B39975

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B39975

Black with #B39975

Text Example


Text Example

White with #B39975

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B39975; }

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

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

background-color css

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

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

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

border-color css

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

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

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