Html Css Color HEX #BB5266 Blush

📋 copy color: '#BB5266'

red 187 ◦ green 82 ◦ blue 102

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

Shades of Blush #BB5266

Tints of Blush #BB5266

RGB

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

 GREEN value IS 82 (32.42% from 255) = 22.1%

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

R = 50.4%
G = 22.1%
B = 27.49%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.45

 K value IS 0.27

RGB Variations

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

Color information

#BB5266 (or 0xBB5266) is known color: Blush. HEX triplet: BB, 52 and 66. RGB value is (187,82,102). Sum of RGB (Red+Green+Blue) = 187+82+102=371 (49% of max value = 765). Red value is 187 (73.44% from 255 or 50.40% from 371); Green value is 82 (32.42% from 255 or 22.10% from 371); Blue value is 102 (40.23% from 255 or 27.49% from 371); Max value from RGB is 187 - color contains mainly: red. Hex color #BB5266 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BB5266 is #44AD99. Grayscale: #737373. Windows color (decimal): -4500890 or 6705851. OLE color: 6705851.

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

Color convert

RGB 187 82 102 -
CMYK 0 0.56 0.45 0.27
HSL 348.57º 0.44% 0.53% -
HSV(B) 348.57º 0.56% 0.73% -
XYZ 25.91 17.56 14.59 -
YUV 115.68 120.29 178.87 -
System Red Green Blue C M Y K H S L
Decimal 187 82 102 0 0.56 0.45 0.27 348.57 0.44 0.53
Hex BB 52 66 0 38 2D 1B 15D 2C 35
Octal 273 122 146 0 70 55 33 535 54 65
Binary 10111011 1010010 1100110 0 111000 101101 11011 101011101 101100 110101

Color Harmonies of #BB5266

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB5266

Black with #BB5266

Text Example


Text Example

White with #BB5266

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB5266; }

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

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

background-color css

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

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

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

border-color css

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

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

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