#B39078

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

Shades of Sandrift #B39078

Tints of Sandrift #B39078

Color information

#B39078 (or 0xB39078) is unknown color: approx Sandrift. HEX triplet: B3, 90 and 78. RGB value is (179,144,120). Sum of RGB (Red+Green+Blue) = 179+144+120=443 (58% of max value = 765). Red value is 179 (70.31% from 255 or 40.41% from 443); Green value is 144 (56.64% from 255 or 32.51% from 443); Blue value is 120 (47.27% from 255 or 27.09% from 443); Max value from RGB is 179 - color contains mainly: red. Hex color #B39078 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B39078 is #4C6F87. Grayscale: #979797. Windows color (decimal): -5009288 or 7901363. OLE color: 7901363.

HSL color Cylindrical-coordinate representation of color #B39078: hue angle of 24.41º degrees, saturation: 0.28, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #B39078 is Cyan = 0, Magento = 0.20, Yellow = 0.33 and Black (K on CMYK) = 0.30.

Color convert

RGB179144120-
CMYK00.200.330.30
HSL24.41º27.96%58.63%-
HSV(B)24.41º32.96%70.2%-
XYZ31.9530.8922.05-
YUV151.73110.1147.45-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 40.41%
GREEN value IS 144 (56.64% from 255) = 32.51%
BLUE value IS 120 (47.27% from 255) = 27.09%
R=40.41%
G=32.51%
B=27.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.33
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17914412000.200.330.3024.4127.9658.63
HexB39078014211E181c3b
Octal2632201700244136303473
Binary10110011100100001111000010100100001111101100011100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B39078

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B39078; }

 p { color: rgb(179,144,120); }

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

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

 a { background-color: rgb(179,144,120); }

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

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

 span { border-color: rgb(179,144,120); }

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