#B89070

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

Shades of Sandrift #B89070

Tints of Sandrift #B89070

Color information

#B89070 (or 0xB89070) is unknown color: approx Sandrift. HEX triplet: B8, 90 and 70. RGB value is (184,144,112). Sum of RGB (Red+Green+Blue) = 184+144+112=440 (58% of max value = 765). Red value is 184 (72.27% from 255 or 41.82% from 440); Green value is 144 (56.64% from 255 or 32.73% from 440); Blue value is 112 (44.14% from 255 or 25.45% from 440); Max value from RGB is 184 - color contains mainly: red. Hex color #B89070 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B89070 is #476F8F. Grayscale: #989898. Windows color (decimal): -4681616 or 7377080. OLE color: 7377080.

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

Color convert

RGB184144112-
CMYK00.220.390.28
HSL26.67º33.64%58.04%-
HSV(B)26.67º39.13%72.16%-
XYZ32.6731.3119.65-
YUV152.31105.25150.6-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 41.82%
GREEN value IS 144 (56.64% from 255) = 32.73%
BLUE value IS 112 (44.14% from 255) = 25.45%
R=41.82%
G=32.73%
B=25.45%

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
Decimal18414411200.220.390.2826.6733.6458.04
HexB89070016271C1b223a
Octal2702201600264734334272
Binary101110001001000011100000101101001111110011011100010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B89070

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B89070; }

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

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

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

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

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

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

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

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