#B78B71

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

Shades of Sandrift #B78B71

Tints of Sandrift #B78B71

Color information

#B78B71 (or 0xB78B71) is unknown color: approx Sandrift. HEX triplet: B7, 8B and 71. RGB value is (183,139,113). Sum of RGB (Red+Green+Blue) = 183+139+113=435 (57% of max value = 765). Red value is 183 (71.88% from 255 or 42.07% from 435); Green value is 139 (54.69% from 255 or 31.95% from 435); Blue value is 113 (44.53% from 255 or 25.98% from 435); Max value from RGB is 183 - color contains mainly: red. Hex color #B78B71 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B78B71 is #48748E. Grayscale: #959595. Windows color (decimal): -4748431 or 7441335. OLE color: 7441335.

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

Color convert

RGB183139113-
CMYK00.240.380.28
HSL22.29º32.71%58.04%-
HSV(B)22.29º38.25%71.76%-
XYZ31.7429.7219.69-
YUV149.19107.58152.11-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 42.07%
GREEN value IS 139 (54.69% from 255) = 31.95%
BLUE value IS 113 (44.53% from 255) = 25.98%
R=42.07%
G=31.95%
B=25.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.38
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18313911300.240.380.2822.2932.7158.04
HexB78B71018261C16213a
Octal2672131610304634264172
Binary101101111000101111100010110001001101110010110100001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B78B71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B78B71; }

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

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

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

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

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

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

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

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