#BB998E

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

Shades of Del Rio #BB998E

Tints of Del Rio #BB998E

Color information

#BB998E (or 0xBB998E) is unknown color: approx Del Rio. HEX triplet: BB, 99 and 8E. RGB value is (187,153,142). Sum of RGB (Red+Green+Blue) = 187+153+142=482 (63% of max value = 765). Red value is 187 (73.44% from 255 or 38.80% from 482); Green value is 153 (60.16% from 255 or 31.74% from 482); Blue value is 142 (55.86% from 255 or 29.46% from 482); Max value from RGB is 187 - color contains mainly: red. Hex color #BB998E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BB998E is #446671. Grayscale: #A1A1A1. Windows color (decimal): -4482674 or 9345467. OLE color: 9345467.

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

Color convert

RGB187153142-
CMYK00.180.240.27
HSL14.67º24.86%64.51%-
HSV(B)14.67º24.06%73.33%-
XYZ36.7735.330.47-
YUV161.91116.76145.89-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 38.80%
GREEN value IS 153 (60.16% from 255) = 31.74%
BLUE value IS 142 (55.86% from 255) = 29.46%
R=38.80%
G=31.74%
B=29.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.24
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18715314200.180.240.2714.6724.8664.51
HexBB998E012181Bf1941
Octal27323121602230331731101
Binary10111011100110011000111001001011000110111111110011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB998E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB998E; }

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

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

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

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

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

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

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

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