#BB988A

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

Shades of Del Rio #BB988A

Tints of Del Rio #BB988A

Color information

#BB988A (or 0xBB988A) is unknown color: approx Del Rio. HEX triplet: BB, 98 and 8A. RGB value is (187,152,138). Sum of RGB (Red+Green+Blue) = 187+152+138=477 (63% of max value = 765). Red value is 187 (73.44% from 255 or 39.20% from 477); Green value is 152 (59.77% from 255 or 31.87% from 477); Blue value is 138 (54.30% from 255 or 28.93% from 477); Max value from RGB is 187 - color contains mainly: red. Hex color #BB988A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BB988A is #446775. Grayscale: #A0A0A0. Windows color (decimal): -4482934 or 9083067. OLE color: 9083067.

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

Color convert

RGB187152138-
CMYK00.190.260.27
HSL17.14º26.49%63.73%-
HSV(B)17.14º26.2%73.33%-
XYZ36.3134.8628.86-
YUV160.87115.1146.64-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 39.20%
GREEN value IS 152 (59.77% from 255) = 31.87%
BLUE value IS 138 (54.30% from 255) = 28.93%
R=39.20%
G=31.87%
B=28.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.26
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18715213800.190.260.2717.1426.4963.73
HexBB988A0131A1B111a40
Octal27323021202332332132100
Binary101110111001100010001010010011110101101110001110101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB988A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB988A; }

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

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

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

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

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

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

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

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