#B39274

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

Shades of Sandrift #B39274

Tints of Sandrift #B39274

Color information

#B39274 (or 0xB39274) is unknown color: approx Sandrift. HEX triplet: B3, 92 and 74. RGB value is (179,146,116). Sum of RGB (Red+Green+Blue) = 179+146+116=441 (58% of max value = 765). Red value is 179 (70.31% from 255 or 40.59% from 441); Green value is 146 (57.42% from 255 or 33.11% from 441); Blue value is 116 (45.70% from 255 or 26.30% from 441); Max value from RGB is 179 - color contains mainly: red. Hex color #B39274 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B39274 is #4C6D8B. Grayscale: #989898. Windows color (decimal): -5008780 or 7639731. OLE color: 7639731.

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

Color convert

RGB179146116-
CMYK00.180.350.30
HSL28.57º29.3%57.84%-
HSV(B)28.57º35.2%70.2%-
XYZ32.0231.420.9-
YUV152.45107.43146.94-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 40.59%
GREEN value IS 146 (57.42% from 255) = 33.11%
BLUE value IS 116 (45.70% from 255) = 26.30%
R=40.59%
G=33.11%
B=26.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.35
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17914611600.180.350.3028.5729.357.84
HexB39274012231E1d1d3a
Octal2632221640224336353572
Binary10110011100100101110100010010100011111101110111101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B39274

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B39274; }

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

 H1.HeaderClassName
 {
   color: #B39274;
 }
 .AnyTagClassName
 {
   color: #B39274;
 }
</style>
background-color css

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

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

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

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

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

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