Html Css Color HEX #B39573 Sandrift

📋 copy color: '#B39573'

red 179 ◦ green 149 ◦ blue 115

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

Shades of Sandrift #B39573

Tints of Sandrift #B39573

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 25.96%

R = 40.41%
G = 33.63%
B = 25.96%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.36

 K value IS 0.30

RGB Variations

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

Color information

#B39573 (or 0xB39573) is known color: Sandrift. HEX triplet: B3, 95 and 73. RGB value is (179,149,115). Sum of RGB (Red+Green+Blue) = 179+149+115=443 (58% of max value = 765). Red value is 179 (70.31% from 255 or 40.41% from 443); Green value is 149 (58.59% from 255 or 33.63% from 443); Blue value is 115 (45.31% from 255 or 25.96% from 443); Max value from RGB is 179 - color contains mainly: red. Hex color #B39573 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B39573 is #4C6A8C. Grayscale: #9A9A9A. Windows color (decimal): -5008013 or 7574963. OLE color: 7574963.

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

Color convert

RGB 179 149 115 -
CMYK 0 0.17 0.36 0.30
HSL 31.88º 0.3% 0.58% -
HSV(B) 31.88º 0.36% 0.7% -
XYZ 32.43 32.32 20.75 -
YUV 154.09 105.94 145.76 -
System Red Green Blue C M Y K H S L
Decimal 179 149 115 0 0.17 0.36 0.30 31.88 0.3 0.58
Hex B3 95 73 0 11 24 1E 20 1E 3A
Octal 263 225 163 0 21 44 36 40 36 72
Binary 10110011 10010101 1110011 0 10001 100100 11110 100000 11110 111010

Color Harmonies of #B39573

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B39573

Black with #B39573

Text Example


Text Example

White with #B39573

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B39573; }

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

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

background-color css

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

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

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

border-color css

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

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

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