#B89071

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

Shades of Sandrift #B89071

Tints of Sandrift #B89071

Color information

#B89071 (or 0xB89071) is unknown color: approx Sandrift. HEX triplet: B8, 90 and 71. RGB value is (184,144,113). Sum of RGB (Red+Green+Blue) = 184+144+113=441 (58% of max value = 765). Red value is 184 (72.27% from 255 or 41.72% from 441); Green value is 144 (56.64% from 255 or 32.65% from 441); Blue value is 113 (44.53% from 255 or 25.62% from 441); Max value from RGB is 184 - color contains mainly: red. Hex color #B89071 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B89071 is #476F8E. Grayscale: #989898. Windows color (decimal): -4681615 or 7442616. OLE color: 7442616.

HSL color Cylindrical-coordinate representation of color #B89071: hue angle of 26.2º 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 #B89071 is Cyan = 0, Magento = 0.22, Yellow = 0.39 and Black (K on CMYK) = 0.28.

Color convert

RGB184144113-
CMYK00.220.390.28
HSL26.2º33.33%58.24%-
HSV(B)26.2º38.59%72.16%-
XYZ32.7231.3319.95-
YUV152.43105.75150.52-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 41.72%
GREEN value IS 144 (56.64% from 255) = 32.65%
BLUE value IS 113 (44.53% from 255) = 25.62%
R=41.72%
G=32.65%
B=25.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.39
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18414411300.220.390.2826.233.3358.24
HexB89071016271C1a213a
Octal2702201610264734324172
Binary101110001001000011100010101101001111110011010100001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B89071

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B89071; }

 p { color: rgb(184,144,113); }

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

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

 a { background-color: rgb(184,144,113); }

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

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

 span { border-color: rgb(184,144,113); }

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