Html Css Color HEX #B39273 Sandrift

📋 copy color: '#B39273'

red 179 ◦ green 146 ◦ blue 115

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

Shades of Sandrift #B39273

Tints of Sandrift #B39273

RGB

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

 GREEN value IS 146 (57.42% from 255) = 33.18%

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

R = 40.68%
G = 33.18%
B = 26.14%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.36

 K value IS 0.30

RGB Variations

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

Color information

#B39273 (or 0xB39273) is known color: Sandrift. HEX triplet: B3, 92 and 73. RGB value is (179,146,115). Sum of RGB (Red+Green+Blue) = 179+146+115=440 (58% of max value = 765). Red value is 179 (70.31% from 255 or 40.68% from 440); Green value is 146 (57.42% from 255 or 33.18% from 440); Blue value is 115 (45.31% from 255 or 26.14% from 440); Max value from RGB is 179 - color contains mainly: red. Hex color #B39273 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B39273 is #4C6D8C. Grayscale: #989898. Windows color (decimal): -5008781 or 7574195. OLE color: 7574195.

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

Color convert

RGB 179 146 115 -
CMYK 0 0.18 0.36 0.30
HSL 29.06º 0.3% 0.58% -
HSV(B) 29.06º 0.36% 0.7% -
XYZ 31.96 31.38 20.59 -
YUV 152.33 106.93 147.02 -
System Red Green Blue C M Y K H S L
Decimal 179 146 115 0 0.18 0.36 0.30 29.06 0.3 0.58
Hex B3 92 73 0 12 24 1E 1D 1E 3A
Octal 263 222 163 0 22 44 36 35 36 72
Binary 10110011 10010010 1110011 0 10010 100100 11110 11101 11110 111010

Color Harmonies of #B39273

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B39273

Black with #B39273

Text Example


Text Example

White with #B39273

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B39273; }

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

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

background-color css

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

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

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

border-color css

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

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

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