#BB988E

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

Shades of Del Rio #BB988E

Tints of Del Rio #BB988E

Color information

#BB988E (or 0xBB988E) is unknown color: approx Del Rio. HEX triplet: BB, 98 and 8E. RGB value is (187,152,142). Sum of RGB (Red+Green+Blue) = 187+152+142=481 (63% of max value = 765). Red value is 187 (73.44% from 255 or 38.88% from 481); Green value is 152 (59.77% from 255 or 31.60% from 481); Blue value is 142 (55.86% from 255 or 29.52% from 481); Max value from RGB is 187 - color contains mainly: red. Hex color #BB988E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BB988E is #446771. Grayscale: #A1A1A1. Windows color (decimal): -4482930 or 9345211. OLE color: 9345211.

HSL color Cylindrical-coordinate representation of color #BB988E: hue angle of 13.33º degrees, saturation: 0.25, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #BB988E is Cyan = 0, Magento = 0.19, Yellow = 0.24 and Black (K on CMYK) = 0.27.

Color convert

RGB187152142-
CMYK00.190.240.27
HSL13.33º24.86%64.51%-
HSV(B)13.33º24.06%73.33%-
XYZ36.634.9730.41-
YUV161.32117.1146.31-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 38.88%
GREEN value IS 152 (59.77% from 255) = 31.60%
BLUE value IS 142 (55.86% from 255) = 29.52%
R=38.88%
G=31.60%
B=29.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.24
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18715214200.190.240.2713.3324.8664.51
HexBB988E013181Bd1941
Octal27323021602330331531101
Binary10111011100110001000111001001111000110111101110011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB988E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB988E; }

 p { color: rgb(187,152,142); }

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

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

 a { background-color: rgb(187,152,142); }

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

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

 span { border-color: rgb(187,152,142); }

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