#BB9E96

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

Shades of Del Rio #BB9E96

Tints of Del Rio #BB9E96

Color information

#BB9E96 (or 0xBB9E96) is unknown color: approx Del Rio. HEX triplet: BB, 9E and 96. RGB value is (187,158,150). Sum of RGB (Red+Green+Blue) = 187+158+150=495 (65% of max value = 765). Red value is 187 (73.44% from 255 or 37.78% from 495); Green value is 158 (62.11% from 255 or 31.92% from 495); Blue value is 150 (58.98% from 255 or 30.30% from 495); Max value from RGB is 187 - color contains mainly: red. Hex color #BB9E96 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BB9E96 is #446169. Grayscale: #A5A5A5. Windows color (decimal): -4481386 or 9871035. OLE color: 9871035.

HSL color Cylindrical-coordinate representation of color #BB9E96: hue angle of 12.97º degrees, saturation: 0.21, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #BB9E96 is Cyan = 0, Magento = 0.16, Yellow = 0.20 and Black (K on CMYK) = 0.27.

Color convert

RGB187158150-
CMYK00.160.200.27
HSL12.97º21.39%66.08%-
HSV(B)12.97º19.79%73.33%-
XYZ38.2337.2234.02-
YUV165.76119.11143.15-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 37.78%
GREEN value IS 158 (62.11% from 255) = 31.92%
BLUE value IS 150 (58.98% from 255) = 30.30%
R=37.78%
G=31.92%
B=30.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.20
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18715815000.160.200.2712.9721.3966.08
HexBB9E96010141Bd1542
Octal27323622602024331525102
Binary10111011100111101001011001000010100110111101101011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB9E96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB9E96; }

 p { color: rgb(187,158,150); }

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

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

 a { background-color: rgb(187,158,150); }

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

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

 span { border-color: rgb(187,158,150); }

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