Html Css Color HEX #BB9E90 Del Rio

📋 copy color: '#BB9E90'

red 187 ◦ green 158 ◦ blue 144

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

Shades of Del Rio #BB9E90

Tints of Del Rio #BB9E90

RGB

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

 GREEN value IS 158 (62.11% from 255) = 32.31%

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

R = 38.24%
G = 32.31%
B = 29.45%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.23

 K value IS 0.27

RGB Variations

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

Color information

#BB9E90 (or 0xBB9E90) is known color: Del Rio. HEX triplet: BB, 9E and 90. RGB value is (187,158,144). Sum of RGB (Red+Green+Blue) = 187+158+144=489 (64% of max value = 765). Red value is 187 (73.44% from 255 or 38.24% from 489); Green value is 158 (62.11% from 255 or 32.31% from 489); Blue value is 144 (56.64% from 255 or 29.45% from 489); Max value from RGB is 187 - color contains mainly: red. Hex color #BB9E90 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BB9E90 is #44616F. Grayscale: #A5A5A5. Windows color (decimal): -4481392 or 9477819. OLE color: 9477819.

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

Color convert

RGB 187 158 144 -
CMYK 0 0.16 0.23 0.27
HSL 19.53º 0.24% 0.65% -
HSV(B) 19.53º 0.23% 0.73% -
XYZ 37.75 37.03 31.54 -
YUV 165.08 116.11 143.64 -
System Red Green Blue C M Y K H S L
Decimal 187 158 144 0 0.16 0.23 0.27 19.53 0.24 0.65
Hex BB 9E 90 0 10 17 1B 14 18 41
Octal 273 236 220 0 20 27 33 24 30 101
Binary 10111011 10011110 10010000 0 10000 10111 11011 10100 11000 1000001

Color Harmonies of #BB9E90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB9E90

Black with #BB9E90

Text Example


Text Example

White with #BB9E90

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB9E90; }

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

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

background-color css

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

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

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

border-color css

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

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

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