#B88C6D

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

Shades of Sandrift #B88C6D

Tints of Sandrift #B88C6D

Color information

#B88C6D (or 0xB88C6D) is unknown color: approx Sandrift. HEX triplet: B8, 8C and 6D. RGB value is (184,140,109). Sum of RGB (Red+Green+Blue) = 184+140+109=433 (57% of max value = 765). Red value is 184 (72.27% from 255 or 42.49% from 433); Green value is 140 (55.08% from 255 or 32.33% from 433); Blue value is 109 (42.97% from 255 or 25.17% from 433); Max value from RGB is 184 - color contains mainly: red. Hex color #B88C6D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B88C6D is #477392. Grayscale: #959595. Windows color (decimal): -4682643 or 7179448. OLE color: 7179448.

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

Color convert

RGB184140109-
CMYK00.240.410.28
HSL24.8º34.56%57.45%-
HSV(B)24.8º40.76%72.16%-
XYZ31.9130.0518.59-
YUV149.62105.08152.52-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 42.49%
GREEN value IS 140 (55.08% from 255) = 32.33%
BLUE value IS 109 (42.97% from 255) = 25.17%
R=42.49%
G=32.33%
B=25.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.41
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18414010900.240.410.2824.834.5657.45
HexB88C6D018291C192339
Octal2702141550305134314371
Binary101110001000110011011010110001010011110011001100011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B88C6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B88C6D; }

 p { color: rgb(184,140,109); }

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

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

 a { background-color: rgb(184,140,109); }

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

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

 span { border-color: rgb(184,140,109); }

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