#B59278

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

Shades of Sandrift #B59278

Tints of Sandrift #B59278

Color information

#B59278 (or 0xB59278) is unknown color: approx Sandrift. HEX triplet: B5, 92 and 78. RGB value is (181,146,120). Sum of RGB (Red+Green+Blue) = 181+146+120=447 (59% of max value = 765). Red value is 181 (71.09% from 255 or 40.49% from 447); Green value is 146 (57.42% from 255 or 32.66% from 447); Blue value is 120 (47.27% from 255 or 26.85% from 447); Max value from RGB is 181 - color contains mainly: red. Hex color #B59278 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B59278 is #4A6D87. Grayscale: #999999. Windows color (decimal): -4877704 or 7901877. OLE color: 7901877.

HSL color Cylindrical-coordinate representation of color #B59278: hue angle of 25.57º degrees, saturation: 0.29, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #B59278 is Cyan = 0, Magento = 0.19, Yellow = 0.34 and Black (K on CMYK) = 0.29.

Color convert

RGB181146120-
CMYK00.190.340.29
HSL25.57º29.19%59.02%-
HSV(B)25.57º33.7%70.98%-
XYZ32.7331.7422.17-
YUV153.5109.1147.61-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 40.49%
GREEN value IS 146 (57.42% from 255) = 32.66%
BLUE value IS 120 (47.27% from 255) = 26.85%
R=40.49%
G=32.66%
B=26.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.34
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18114612000.190.340.2925.5729.1959.02
HexB59278013221D1a1d3b
Octal2652221700234235323573
Binary10110101100100101111000010011100010111011101011101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B59278

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B59278; }

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

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

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

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

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

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

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

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