#BB998C

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

Shades of Del Rio #BB998C

Tints of Del Rio #BB998C

Color information

#BB998C (or 0xBB998C) is unknown color: approx Del Rio. HEX triplet: BB, 99 and 8C. RGB value is (187,153,140). Sum of RGB (Red+Green+Blue) = 187+153+140=480 (63% of max value = 765). Red value is 187 (73.44% from 255 or 38.96% from 480); Green value is 153 (60.16% from 255 or 31.88% from 480); Blue value is 140 (55.08% from 255 or 29.17% from 480); Max value from RGB is 187 - color contains mainly: red. Hex color #BB998C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BB998C is #446673. Grayscale: #A1A1A1. Windows color (decimal): -4482676 or 9214395. OLE color: 9214395.

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

Color convert

RGB187153140-
CMYK00.180.250.27
HSL16.6º25.68%64.12%-
HSV(B)16.6º25.13%73.33%-
XYZ36.6235.2429.68-
YUV161.68115.76146.06-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 38.96%
GREEN value IS 153 (60.16% from 255) = 31.88%
BLUE value IS 140 (55.08% from 255) = 29.17%
R=38.96%
G=31.88%
B=29.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.25
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18715314000.180.250.2716.625.6864.12
HexBB998C012191B111a40
Octal27323121402231332132100
Binary101110111001100110001100010010110011101110001110101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB998C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB998C; }

 p { color: rgb(187,153,140); }

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

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

 a { background-color: rgb(187,153,140); }

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

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

 span { border-color: rgb(187,153,140); }

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