#BB9D95

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

Shades of Del Rio #BB9D95

Tints of Del Rio #BB9D95

Color information

#BB9D95 (or 0xBB9D95) is unknown color: approx Del Rio. HEX triplet: BB, 9D and 95. RGB value is (187,157,149). Sum of RGB (Red+Green+Blue) = 187+157+149=493 (65% of max value = 765). Red value is 187 (73.44% from 255 or 37.93% from 493); Green value is 157 (61.72% from 255 or 31.85% from 493); Blue value is 149 (58.59% from 255 or 30.22% from 493); Max value from RGB is 187 - color contains mainly: red. Hex color #BB9D95 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BB9D95 is #44626A. Grayscale: #A5A5A5. Windows color (decimal): -4481643 or 9805243. OLE color: 9805243.

HSL color Cylindrical-coordinate representation of color #BB9D95: hue angle of 12.63º degrees, saturation: 0.22, 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 #BB9D95 is Cyan = 0, Magento = 0.16, Yellow = 0.20 and Black (K on CMYK) = 0.27.

Color convert

RGB187157149-
CMYK00.160.200.27
HSL12.63º21.84%65.88%-
HSV(B)12.63º20.32%73.33%-
XYZ37.9836.8533.54-
YUV165.06118.94143.65-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 37.93%
GREEN value IS 157 (61.72% from 255) = 31.85%
BLUE value IS 149 (58.59% from 255) = 30.22%
R=37.93%
G=31.85%
B=30.22%

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
Decimal18715714900.160.200.2712.6321.8465.88
HexBB9D95010141Bd1642
Octal27323522502024331526102
Binary10111011100111011001010101000010100110111101101101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB9D95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB9D95; }

 p { color: rgb(187,157,149); }

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

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

 a { background-color: rgb(187,157,149); }

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

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

 span { border-color: rgb(187,157,149); }

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