Html Css Color HEX #BB9990 Del Rio

📋 copy color: '#BB9990'

red 187 ◦ green 153 ◦ blue 144

#BB9990
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Del Rio #BB9990

Tints of Del Rio #BB9990

RGB

 RED value IS 187 (73.44% from 255) = 38.64%

 GREEN value IS 153 (60.16% from 255) = 31.61%

 BLUE value IS 144 (56.64% from 255) = 29.75%

R = 38.64%
G = 31.61%
B = 29.75%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.23

 K value IS 0.27

RGB Variations

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

Color information

#BB9990 (or 0xBB9990) is known color: Del Rio. HEX triplet: BB, 99 and 90. RGB value is (187,153,144). Sum of RGB (Red+Green+Blue) = 187+153+144=484 (64% of max value = 765). Red value is 187 (73.44% from 255 or 38.64% from 484); Green value is 153 (60.16% from 255 or 31.61% from 484); Blue value is 144 (56.64% from 255 or 29.75% from 484); Max value from RGB is 187 - color contains mainly: red. Hex color #BB9990 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BB9990 is #44666F. Grayscale: #A2A2A2. Windows color (decimal): -4482672 or 9476539. OLE color: 9476539.

HSL color Cylindrical-coordinate representation of color #BB9990: hue angle of 12.56º degrees, saturation: 0.24, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #BB9990 is Cyan = 0, Magento = 0.18, Yellow = 0.23 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 153 144 -
CMYK 0 0.18 0.23 0.27
HSL 12.56º 0.24% 0.65% -
HSV(B) 12.56º 0.23% 0.73% -
XYZ 36.92 35.36 31.27 -
YUV 162.14 117.76 145.73 -
System Red Green Blue C M Y K H S L
Decimal 187 153 144 0 0.18 0.23 0.27 12.56 0.24 0.65
Hex BB 99 90 0 12 17 1B D 18 41
Octal 273 231 220 0 22 27 33 15 30 101
Binary 10111011 10011001 10010000 0 10010 10111 11011 1101 11000 1000001

Color Harmonies of #BB9990

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB9990

Black with #BB9990

Text Example


Text Example

White with #BB9990

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB9990; }

 p { color: rgb(187,153,144); }

 H1.HeaderClassName
 {
   color: #BB9990;
 }
 .AnyTagClassName
 {
   color: #BB9990;
 }
</style>

background-color css

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

 a { background-color: rgb(187,153,144); }

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

border-color css

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

 span { border-color: rgb(187,153,144); }

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