#B08F78

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

Shades of Sandrift #B08F78

Tints of Sandrift #B08F78

Color information

#B08F78 (or 0xB08F78) is unknown color: approx Sandrift. HEX triplet: B0, 8F and 78. RGB value is (176,143,120). Sum of RGB (Red+Green+Blue) = 176+143+120=439 (58% of max value = 765). Red value is 176 (69.14% from 255 or 40.09% from 439); Green value is 143 (56.25% from 255 or 32.57% from 439); Blue value is 120 (47.27% from 255 or 27.33% from 439); Max value from RGB is 176 - color contains mainly: red. Hex color #B08F78 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B08F78 is #4F7087. Grayscale: #969696. Windows color (decimal): -5206152 or 7901104. OLE color: 7901104.

HSL color Cylindrical-coordinate representation of color #B08F78: hue angle of 24.64º degrees, saturation: 0.26, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #B08F78 is Cyan = 0, Magento = 0.19, Yellow = 0.32 and Black (K on CMYK) = 0.31.

Color convert

RGB176143120-
CMYK00.190.320.31
HSL24.64º26.17%58.04%-
HSV(B)24.64º31.82%69.02%-
XYZ31.1230.2321.96-
YUV150.24110.93146.37-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 40.09%
GREEN value IS 143 (56.25% from 255) = 32.57%
BLUE value IS 120 (47.27% from 255) = 27.33%
R=40.09%
G=32.57%
B=27.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.32
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17614312000.190.320.3124.6426.1758.04
HexB08F78013201F191a3a
Octal2602171700234037313272
Binary10110000100011111111000010011100000111111100111010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B08F78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B08F78; }

 p { color: rgb(176,143,120); }

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

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

 a { background-color: rgb(176,143,120); }

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

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

 span { border-color: rgb(176,143,120); }

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