Html Css Color HEX #B39473 Sandrift

📋 copy color: '#B39473'

red 179 ◦ green 148 ◦ blue 115

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

Shades of Sandrift #B39473

Tints of Sandrift #B39473

RGB

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

 GREEN value IS 148 (58.2% from 255) = 33.48%

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

R = 40.5%
G = 33.48%
B = 26.02%

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

#B39473 (or 0xB39473) is known color: Sandrift. HEX triplet: B3, 94 and 73. RGB value is (179,148,115). Sum of RGB (Red+Green+Blue) = 179+148+115=442 (58% of max value = 765). Red value is 179 (70.31% from 255 or 40.50% from 442); Green value is 148 (58.20% from 255 or 33.48% from 442); Blue value is 115 (45.31% from 255 or 26.02% from 442); Max value from RGB is 179 - color contains mainly: red. Hex color #B39473 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B39473 is #4C6B8C. Grayscale: #999999. Windows color (decimal): -5008269 or 7574707. OLE color: 7574707.

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

Color convert

RGB 179 148 115 -
CMYK 0 0.17 0.36 0.30
HSL 30.94º 0.3% 0.58% -
HSV(B) 30.94º 0.36% 0.7% -
XYZ 32.27 32 20.7 -
YUV 153.51 106.27 146.18 -
System Red Green Blue C M Y K H S L
Decimal 179 148 115 0 0.17 0.36 0.30 30.94 0.3 0.58
Hex B3 94 73 0 11 24 1E 1F 1E 3A
Octal 263 224 163 0 21 44 36 37 36 72
Binary 10110011 10010100 1110011 0 10001 100100 11110 11111 11110 111010

Color Harmonies of #B39473

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B39473

Black with #B39473

Text Example


Text Example

White with #B39473

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B39473; }

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

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

background-color css

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

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

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

border-color css

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

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

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