#BB5262

Color #BB5262 Blush (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blush #BB5262

Tints of Blush #BB5262

Color information

#BB5262 (or 0xBB5262) is unknown color: approx Blush. HEX triplet: BB, 52 and 62. RGB value is (187,82,98). Sum of RGB (Red+Green+Blue) = 187+82+98=367 (48% of max value = 765). Red value is 187 (73.44% from 255 or 50.95% from 367); Green value is 82 (32.42% from 255 or 22.34% from 367); Blue value is 98 (38.67% from 255 or 26.70% from 367); Max value from RGB is 187 - color contains mainly: red. Hex color #BB5262 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BB5262 is #44AD9D. Grayscale: #737373. Windows color (decimal): -4500894 or 6443707. OLE color: 6443707.

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

Color convert

RGB1878298-
CMYK00.560.480.27
HSL350.86º43.57%52.75%-
HSV(B)350.86º56.15%73.33%-
XYZ25.7217.4813.57-
YUV115.22118.29179.2-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 50.95%
GREEN value IS 82 (32.42% from 255) = 22.34%
BLUE value IS 98 (38.67% from 255) = 26.70%
R=50.95%
G=22.34%
B=26.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.48
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal187829800.560.480.27350.8643.5752.75
HexBB5262038301B15f2c35
Octal27312214207060335375465
Binary1011101110100101100010011100011000011011101011111101100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB5262

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB5262; }

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

 H1.HeaderClassName
 {
   color: #BB5262;
 }
 .AnyTagClassName
 {
   color: #BB5262;
 }
</style>
background-color css

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

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

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

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

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

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