#BB988D

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

Shades of Del Rio #BB988D

Tints of Del Rio #BB988D

Color information

#BB988D (or 0xBB988D) is unknown color: approx Del Rio. HEX triplet: BB, 98 and 8D. RGB value is (187,152,141). Sum of RGB (Red+Green+Blue) = 187+152+141=480 (63% of max value = 765). Red value is 187 (73.44% from 255 or 38.96% from 480); Green value is 152 (59.77% from 255 or 31.67% from 480); Blue value is 141 (55.47% from 255 or 29.38% from 480); Max value from RGB is 187 - color contains mainly: red. Hex color #BB988D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BB988D is #446772. Grayscale: #A1A1A1. Windows color (decimal): -4482931 or 9279675. OLE color: 9279675.

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

Color convert

RGB187152141-
CMYK00.190.250.27
HSL14.35º25.27%64.31%-
HSV(B)14.35º24.6%73.33%-
XYZ36.5334.9430.02-
YUV161.21116.6146.39-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 38.96%
GREEN value IS 152 (59.77% from 255) = 31.67%
BLUE value IS 141 (55.47% from 255) = 29.38%
R=38.96%
G=31.67%
B=29.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.25
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18715214100.190.250.2714.3525.2764.31
HexBB988D013191Be1940
Octal27323021502331331631100
Binary10111011100110001000110101001111001110111110110011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB988D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB988D; }

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

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

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

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

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

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

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

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