#BB998B

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

Shades of Del Rio #BB998B

Tints of Del Rio #BB998B

Color information

#BB998B (or 0xBB998B) is unknown color: approx Del Rio. HEX triplet: BB, 99 and 8B. RGB value is (187,153,139). Sum of RGB (Red+Green+Blue) = 187+153+139=479 (63% of max value = 765). Red value is 187 (73.44% from 255 or 39.04% from 479); Green value is 153 (60.16% from 255 or 31.94% from 479); Blue value is 139 (54.69% from 255 or 29.02% from 479); Max value from RGB is 187 - color contains mainly: red. Hex color #BB998B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BB998B is #446674. Grayscale: #A1A1A1. Windows color (decimal): -4482677 or 9148859. OLE color: 9148859.

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

Color convert

RGB187153139-
CMYK00.180.260.27
HSL17.5º26.09%63.92%-
HSV(B)17.5º25.67%73.33%-
XYZ36.5435.2129.3-
YUV161.57115.26146.14-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 39.04%
GREEN value IS 153 (60.16% from 255) = 31.94%
BLUE value IS 139 (54.69% from 255) = 29.02%
R=39.04%
G=31.94%
B=29.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.26
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18715313900.180.260.2717.526.0963.92
HexBB998B0121A1B121a40
Octal27323121302232332232100
Binary101110111001100110001011010010110101101110010110101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB998B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB998B; }

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

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

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

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

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

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

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

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