#BB9081

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

Shades of Quicksand #BB9081

Tints of Quicksand #BB9081

Color information

#BB9081 (or 0xBB9081) is unknown color: approx Quicksand. HEX triplet: BB, 90 and 81. RGB value is (187,144,129). Sum of RGB (Red+Green+Blue) = 187+144+129=460 (60% of max value = 765). Red value is 187 (73.44% from 255 or 40.65% from 460); Green value is 144 (56.64% from 255 or 31.30% from 460); Blue value is 129 (50.78% from 255 or 28.04% from 460); Max value from RGB is 187 - color contains mainly: red. Hex color #BB9081 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BB9081 is #446F7E. Grayscale: #9B9B9B. Windows color (decimal): -4484991 or 8491195. OLE color: 8491195.

HSL color Cylindrical-coordinate representation of color #BB9081: hue angle of 15.52º degrees, saturation: 0.3, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #BB9081 is Cyan = 0, Magento = 0.23, Yellow = 0.31 and Black (K on CMYK) = 0.27.

Color convert

RGB187144129-
CMYK00.230.310.27
HSL15.52º29.9%61.96%-
HSV(B)15.52º31.02%73.33%-
XYZ34.4332.125.15-
YUV155.15113.25150.72-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 40.65%
GREEN value IS 144 (56.64% from 255) = 31.30%
BLUE value IS 129 (50.78% from 255) = 28.04%
R=40.65%
G=31.30%
B=28.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.31
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18714412900.230.310.2715.5229.961.96
HexBB90810171F1B101e3e
Octal2732202010273733203676
Binary10111011100100001000000101011111111110111000011110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB9081

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB9081; }

 p { color: rgb(187,144,129); }

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

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

 a { background-color: rgb(187,144,129); }

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

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

 span { border-color: rgb(187,144,129); }

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