#BB9D8A

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

Shades of Del Rio #BB9D8A

Tints of Del Rio #BB9D8A

Color information

#BB9D8A (or 0xBB9D8A) is unknown color: approx Del Rio. HEX triplet: BB, 9D and 8A. RGB value is (187,157,138). Sum of RGB (Red+Green+Blue) = 187+157+138=482 (63% of max value = 765). Red value is 187 (73.44% from 255 or 38.80% from 482); Green value is 157 (61.72% from 255 or 32.57% from 482); Blue value is 138 (54.30% from 255 or 28.63% from 482); Max value from RGB is 187 - color contains mainly: red. Hex color #BB9D8A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BB9D8A is #446275. Grayscale: #A3A3A3. Windows color (decimal): -4481654 or 9084347. OLE color: 9084347.

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

Color convert

RGB187157138-
CMYK00.160.260.27
HSL23.27º26.49%63.73%-
HSV(B)23.27º26.2%73.33%-
XYZ37.1436.5129.14-
YUV163.8113.44144.54-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 38.80%
GREEN value IS 157 (61.72% from 255) = 32.57%
BLUE value IS 138 (54.30% from 255) = 28.63%
R=38.80%
G=32.57%
B=28.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.26
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18715713800.160.260.2723.2726.4963.73
HexBB9D8A0101A1B171a40
Octal27323521202032332732100
Binary101110111001110110001010010000110101101110111110101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB9D8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB9D8A; }

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

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

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

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

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

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

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

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