#B88A6C

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

Shades of Sandrift #B88A6C

Tints of Sandrift #B88A6C

Color information

#B88A6C (or 0xB88A6C) is unknown color: approx Sandrift. HEX triplet: B8, 8A and 6C. RGB value is (184,138,108). Sum of RGB (Red+Green+Blue) = 184+138+108=430 (56% of max value = 765). Red value is 184 (72.27% from 255 or 42.79% from 430); Green value is 138 (54.30% from 255 or 32.09% from 430); Blue value is 108 (42.58% from 255 or 25.12% from 430); Max value from RGB is 184 - color contains mainly: red. Hex color #B88A6C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B88A6C is #477593. Grayscale: #949494. Windows color (decimal): -4683156 or 7113400. OLE color: 7113400.

HSL color Cylindrical-coordinate representation of color #B88A6C: hue angle of 23.68º degrees, saturation: 0.35, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #B88A6C is Cyan = 0, Magento = 0.25, Yellow = 0.41 and Black (K on CMYK) = 0.28.

Color convert

RGB184138108-
CMYK00.250.410.28
HSL23.68º34.86%57.25%-
HSV(B)23.68º41.3%72.16%-
XYZ31.5629.4518.21-
YUV148.33105.24153.44-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 42.79%
GREEN value IS 138 (54.30% from 255) = 32.09%
BLUE value IS 108 (42.58% from 255) = 25.12%
R=42.79%
G=32.09%
B=25.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.41
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18413810800.250.410.2823.6834.8657.25
HexB88A6C019291C182339
Octal2702121540315134304371
Binary101110001000101011011000110011010011110011000100011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B88A6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B88A6C; }

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

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

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

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

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

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

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

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