#BB4263

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

Shades of Blush #BB4263

Tints of Blush #BB4263

Color information

#BB4263 (or 0xBB4263) is unknown color: approx Blush. HEX triplet: BB, 42 and 63. RGB value is (187,66,99). Sum of RGB (Red+Green+Blue) = 187+66+99=352 (46% of max value = 765). Red value is 187 (73.44% from 255 or 53.12% from 352); Green value is 66 (26.17% from 255 or 18.75% from 352); Blue value is 99 (39.06% from 255 or 28.12% from 352); Max value from RGB is 187 - color contains mainly: red. Hex color #BB4263 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BB4263 is #44BD9C. Grayscale: #696969. Windows color (decimal): -4504989 or 6505147. OLE color: 6505147.

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

Color convert

RGB1876699-
CMYK00.650.470.27
HSL343.64º47.83%49.61%-
HSV(B)343.64º64.71%73.33%-
XYZ24.6915.3613.47-
YUV105.94124.09185.82-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 53.12%
GREEN value IS 66 (26.17% from 255) = 18.75%
BLUE value IS 99 (39.06% from 255) = 28.12%
R=53.12%
G=18.75%
B=28.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.47
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal187669900.650.470.27343.6447.8349.61
HexBB42630412F1B1583032
Octal273102143010157335306062
Binary10111011100001011000110100000110111111011101011000110000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB4263

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB4263; }

 p { color: rgb(187,66,99); }

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

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

 a { background-color: rgb(187,66,99); }

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

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

 span { border-color: rgb(187,66,99); }

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