#B39273

Color #B39273 Sandrift (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Sandrift #B39273

Tints of Sandrift #B39273

Color information

#B39273 (or 0xB39273) is unknown color: approx 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

RGB179146115-
CMYK00.180.360.30
HSL29.06º29.63%57.65%-
HSV(B)29.06º35.75%70.2%-
XYZ31.9631.3820.59-
YUV152.33106.93147.02-

RGB Variations

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

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 (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.36
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17914611500.180.360.3029.0629.6357.65
HexB39273012241E1d1e3a
Octal2632221630224436353672
Binary10110011100100101110011010010100100111101110111110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B39273

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>