Html Css Color HEX #BB5166 Blush

📋 copy color: '#BB5166'

red 187 ◦ green 81 ◦ blue 102

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

Shades of Blush #BB5166

Tints of Blush #BB5166

RGB

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

 GREEN value IS 81 (32.03% from 255) = 21.89%

 BLUE value IS 102 (40.23% from 255) = 27.57%

R = 50.54%
G = 21.89%
B = 27.57%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.45

 K value IS 0.27

RGB Variations

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

Color information

#BB5166 (or 0xBB5166) is known color: Blush. HEX triplet: BB, 51 and 66. RGB value is (187,81,102). Sum of RGB (Red+Green+Blue) = 187+81+102=370 (49% of max value = 765). Red value is 187 (73.44% from 255 or 50.54% from 370); Green value is 81 (32.03% from 255 or 21.89% from 370); Blue value is 102 (40.23% from 255 or 27.57% from 370); Max value from RGB is 187 - color contains mainly: red. Hex color #BB5166 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BB5166 is #44AE99. Grayscale: #737373. Windows color (decimal): -4501146 or 6705595. OLE color: 6705595.

HSL color Cylindrical-coordinate representation of color #BB5166: hue angle of 348.11º degrees, saturation: 0.44, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #BB5166 is Cyan = 0, Magento = 0.57, Yellow = 0.45 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 81 102 -
CMYK 0 0.57 0.45 0.27
HSL 348.11º 0.44% 0.53% -
HSV(B) 348.11º 0.57% 0.73% -
XYZ 25.83 17.41 14.57 -
YUV 115.09 120.62 179.29 -
System Red Green Blue C M Y K H S L
Decimal 187 81 102 0 0.57 0.45 0.27 348.11 0.44 0.53
Hex BB 51 66 0 39 2D 1B 15C 2C 35
Octal 273 121 146 0 71 55 33 534 54 65
Binary 10111011 1010001 1100110 0 111001 101101 11011 101011100 101100 110101

Color Harmonies of #BB5166

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB5166

Black with #BB5166

Text Example


Text Example

White with #BB5166

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB5166; }

 p { color: rgb(187,81,102); }

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

background-color css

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

 a { background-color: rgb(187,81,102); }

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

border-color css

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

 span { border-color: rgb(187,81,102); }

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