Html Css Color HEX #BB9E93 Del Rio

📋 copy color: '#BB9E93'

red 187 ◦ green 158 ◦ blue 147

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

Shades of Del Rio #BB9E93

Tints of Del Rio #BB9E93

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 29.88%

R = 38.01%
G = 32.11%
B = 29.88%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.21

 K value IS 0.27

RGB Variations

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

Color information

#BB9E93 (or 0xBB9E93) is known color: Del Rio. HEX triplet: BB, 9E and 93. RGB value is (187,158,147). Sum of RGB (Red+Green+Blue) = 187+158+147=492 (65% of max value = 765). Red value is 187 (73.44% from 255 or 38.01% from 492); Green value is 158 (62.11% from 255 or 32.11% from 492); Blue value is 147 (57.81% from 255 or 29.88% from 492); Max value from RGB is 187 - color contains mainly: red. Hex color #BB9E93 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BB9E93 is #44616C. Grayscale: #A5A5A5. Windows color (decimal): -4481389 or 9674427. OLE color: 9674427.

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

Color convert

RGB 187 158 147 -
CMYK 0 0.16 0.21 0.27
HSL 16.5º 0.23% 0.65% -
HSV(B) 16.5º 0.21% 0.73% -
XYZ 37.99 37.13 32.77 -
YUV 165.42 117.61 143.39 -
System Red Green Blue C M Y K H S L
Decimal 187 158 147 0 0.16 0.21 0.27 16.5 0.23 0.65
Hex BB 9E 93 0 10 15 1B 10 17 41
Octal 273 236 223 0 20 25 33 20 27 101
Binary 10111011 10011110 10010011 0 10000 10101 11011 10000 10111 1000001

Color Harmonies of #BB9E93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB9E93

Black with #BB9E93

Text Example


Text Example

White with #BB9E93

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB9E93; }

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

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

background-color css

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

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

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

border-color css

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

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

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