#B78B70

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

Shades of Sandrift #B78B70

Tints of Sandrift #B78B70

Color information

#B78B70 (or 0xB78B70) is unknown color: approx Sandrift. HEX triplet: B7, 8B and 70. RGB value is (183,139,112). Sum of RGB (Red+Green+Blue) = 183+139+112=434 (57% of max value = 765). Red value is 183 (71.88% from 255 or 42.17% from 434); Green value is 139 (54.69% from 255 or 32.03% from 434); Blue value is 112 (44.14% from 255 or 25.81% from 434); Max value from RGB is 183 - color contains mainly: red. Hex color #B78B70 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B78B70 is #48748F. Grayscale: #959595. Windows color (decimal): -4748432 or 7375799. OLE color: 7375799.

HSL color Cylindrical-coordinate representation of color #B78B70: hue angle of 22.82º degrees, saturation: 0.33, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #B78B70 is Cyan = 0, Magento = 0.24, Yellow = 0.39 and Black (K on CMYK) = 0.28.

Color convert

RGB183139112-
CMYK00.240.390.28
HSL22.82º33.02%57.84%-
HSV(B)22.82º38.8%71.76%-
XYZ31.6929.719.39-
YUV149.08107.08152.2-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 42.17%
GREEN value IS 139 (54.69% from 255) = 32.03%
BLUE value IS 112 (44.14% from 255) = 25.81%
R=42.17%
G=32.03%
B=25.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.39
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18313911200.240.390.2822.8233.0257.84
HexB78B70018271C17213a
Octal2672131600304734274172
Binary101101111000101111100000110001001111110010111100001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B78B70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B78B70; }

 p { color: rgb(183,139,112); }

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

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

 a { background-color: rgb(183,139,112); }

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

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

 span { border-color: rgb(183,139,112); }

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