#BB998A

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

Shades of Del Rio #BB998A

Tints of Del Rio #BB998A

Color information

#BB998A (or 0xBB998A) is unknown color: approx Del Rio. HEX triplet: BB, 99 and 8A. RGB value is (187,153,138). Sum of RGB (Red+Green+Blue) = 187+153+138=478 (63% of max value = 765). Red value is 187 (73.44% from 255 or 39.12% from 478); Green value is 153 (60.16% from 255 or 32.01% from 478); Blue value is 138 (54.30% from 255 or 28.87% from 478); Max value from RGB is 187 - color contains mainly: red. Hex color #BB998A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BB998A is #446675. Grayscale: #A1A1A1. Windows color (decimal): -4482678 or 9083323. OLE color: 9083323.

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

Color convert

RGB187153138-
CMYK00.180.260.27
HSL18.37º26.49%63.73%-
HSV(B)18.37º26.2%73.33%-
XYZ36.4735.1828.91-
YUV161.46114.76146.22-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 39.12%
GREEN value IS 153 (60.16% from 255) = 32.01%
BLUE value IS 138 (54.30% from 255) = 28.87%
R=39.12%
G=32.01%
B=28.87%

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
Decimal18715313800.180.260.2718.3726.4963.73
HexBB998A0121A1B121a40
Octal27323121202232332232100
Binary101110111001100110001010010010110101101110010110101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB998A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB998A; }

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

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

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

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

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

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

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

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