#B88A6E

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

Shades of Sandrift #B88A6E

Tints of Sandrift #B88A6E

Color information

#B88A6E (or 0xB88A6E) is unknown color: approx Sandrift. HEX triplet: B8, 8A and 6E. RGB value is (184,138,110). Sum of RGB (Red+Green+Blue) = 184+138+110=432 (57% of max value = 765). Red value is 184 (72.27% from 255 or 42.59% from 432); Green value is 138 (54.30% from 255 or 31.94% from 432); Blue value is 110 (43.36% from 255 or 25.46% from 432); Max value from RGB is 184 - color contains mainly: red. Hex color #B88A6E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B88A6E is #477591. Grayscale: #949494. Windows color (decimal): -4683154 or 7244472. OLE color: 7244472.

HSL color Cylindrical-coordinate representation of color #B88A6E: hue angle of 22.7º degrees, saturation: 0.34, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #B88A6E is Cyan = 0, Magento = 0.25, Yellow = 0.40 and Black (K on CMYK) = 0.28.

Color convert

RGB184138110-
CMYK00.250.400.28
HSL22.7º34.26%57.65%-
HSV(B)22.7º40.22%72.16%-
XYZ31.6729.4918.78-
YUV148.56106.24153.28-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 42.59%
GREEN value IS 138 (54.30% from 255) = 31.94%
BLUE value IS 110 (43.36% from 255) = 25.46%
R=42.59%
G=31.94%
B=25.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.40
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18413811000.250.400.2822.734.2657.65
HexB88A6E019281C17223a
Octal2702121560315034274272
Binary101110001000101011011100110011010001110010111100010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B88A6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B88A6E; }

 p { color: rgb(184,138,110); }

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

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

 a { background-color: rgb(184,138,110); }

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

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

 span { border-color: rgb(184,138,110); }

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