#B88B72

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

Shades of Sandrift #B88B72

Tints of Sandrift #B88B72

Color information

#B88B72 (or 0xB88B72) is unknown color: approx Sandrift. HEX triplet: B8, 8B and 72. RGB value is (184,139,114). Sum of RGB (Red+Green+Blue) = 184+139+114=437 (57% of max value = 765). Red value is 184 (72.27% from 255 or 42.11% from 437); Green value is 139 (54.69% from 255 or 31.81% from 437); Blue value is 114 (44.92% from 255 or 26.09% from 437); Max value from RGB is 184 - color contains mainly: red. Hex color #B88B72 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B88B72 is #47748D. Grayscale: #959595. Windows color (decimal): -4682894 or 7506872. OLE color: 7506872.

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

Color convert

RGB184139114-
CMYK00.240.380.28
HSL21.43º33.02%58.43%-
HSV(B)21.43º38.04%72.16%-
XYZ32.0429.8720-
YUV149.6107.91152.53-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 42.11%
GREEN value IS 139 (54.69% from 255) = 31.81%
BLUE value IS 114 (44.92% from 255) = 26.09%
R=42.11%
G=31.81%
B=26.09%

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
Decimal18413911400.240.380.2821.4333.0258.43
HexB88B72018261C15213a
Octal2702131620304634254172
Binary101110001000101111100100110001001101110010101100001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B88B72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B88B72; }

 p { color: rgb(184,139,114); }

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

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

 a { background-color: rgb(184,139,114); }

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

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

 span { border-color: rgb(184,139,114); }

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