#BB998D

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

Shades of Del Rio #BB998D

Tints of Del Rio #BB998D

Color information

#BB998D (or 0xBB998D) is unknown color: approx Del Rio. HEX triplet: BB, 99 and 8D. RGB value is (187,153,141). Sum of RGB (Red+Green+Blue) = 187+153+141=481 (63% of max value = 765). Red value is 187 (73.44% from 255 or 38.88% from 481); Green value is 153 (60.16% from 255 or 31.81% from 481); Blue value is 141 (55.47% from 255 or 29.31% from 481); Max value from RGB is 187 - color contains mainly: red. Hex color #BB998D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BB998D is #446672. Grayscale: #A1A1A1. Windows color (decimal): -4482675 or 9279931. OLE color: 9279931.

HSL color Cylindrical-coordinate representation of color #BB998D: hue angle of 15.65º degrees, saturation: 0.25, 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 #BB998D is Cyan = 0, Magento = 0.18, Yellow = 0.25 and Black (K on CMYK) = 0.27.

Color convert

RGB187153141-
CMYK00.180.250.27
HSL15.65º25.27%64.31%-
HSV(B)15.65º24.6%73.33%-
XYZ36.6935.2730.07-
YUV161.8116.26145.98-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 38.88%
GREEN value IS 153 (60.16% from 255) = 31.81%
BLUE value IS 141 (55.47% from 255) = 29.31%
R=38.88%
G=31.81%
B=29.31%

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
Decimal18715314100.180.250.2715.6525.2764.31
HexBB998D012191B101940
Octal27323121502231332031100
Binary101110111001100110001101010010110011101110000110011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB998D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB998D; }

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

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

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

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

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

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

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

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