#B39278

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

Shades of Sandrift #B39278

Tints of Sandrift #B39278

Color information

#B39278 (or 0xB39278) is unknown color: approx Sandrift. HEX triplet: B3, 92 and 78. RGB value is (179,146,120). Sum of RGB (Red+Green+Blue) = 179+146+120=445 (58% of max value = 765). Red value is 179 (70.31% from 255 or 40.22% from 445); Green value is 146 (57.42% from 255 or 32.81% from 445); Blue value is 120 (47.27% from 255 or 26.97% from 445); Max value from RGB is 179 - color contains mainly: red. Hex color #B39278 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B39278 is #4C6D87. Grayscale: #999999. Windows color (decimal): -5008776 or 7901875. OLE color: 7901875.

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

Color convert

RGB179146120-
CMYK00.180.330.30
HSL26.44º27.96%58.63%-
HSV(B)26.44º32.96%70.2%-
XYZ32.2631.522.15-
YUV152.9109.43146.61-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 40.22%
GREEN value IS 146 (57.42% from 255) = 32.81%
BLUE value IS 120 (47.27% from 255) = 26.97%
R=40.22%
G=32.81%
B=26.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.33
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17914612000.180.330.3026.4427.9658.63
HexB39278012211E1a1c3b
Octal2632221700224136323473
Binary10110011100100101111000010010100001111101101011100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B39278

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B39278; }

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

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

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

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

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

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

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

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