#B39874

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

Shades of Sandrift #B39874

Tints of Sandrift #B39874

Color information

#B39874 (or 0xB39874) is unknown color: approx Sandrift. HEX triplet: B3, 98 and 74. RGB value is (179,152,116). Sum of RGB (Red+Green+Blue) = 179+152+116=447 (59% of max value = 765). Red value is 179 (70.31% from 255 or 40.04% from 447); Green value is 152 (59.77% from 255 or 34.00% from 447); Blue value is 116 (45.70% from 255 or 25.95% from 447); Max value from RGB is 179 - color contains mainly: red. Hex color #B39874 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B39874 is #4C678B. Grayscale: #9C9C9C. Windows color (decimal): -5007244 or 7641267. OLE color: 7641267.

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

Color convert

RGB179152116-
CMYK00.150.350.30
HSL34.29º29.3%57.84%-
HSV(B)34.29º35.2%70.2%-
XYZ32.9733.321.21-
YUV155.97105.45144.43-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 40.04%
GREEN value IS 152 (59.77% from 255) = 34.00%
BLUE value IS 116 (45.70% from 255) = 25.95%
R=40.04%
G=34.00%
B=25.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.35
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17915211600.150.350.3034.2929.357.84
HexB398740F231E221d3a
Octal2632301640174336423572
Binary10110011100110001110100011111000111111010001011101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B39874

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B39874; }

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

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

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

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

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

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

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

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