#BB4769

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

Shades of Blush #BB4769

Tints of Blush #BB4769

Color information

#BB4769 (or 0xBB4769) is unknown color: approx Blush. HEX triplet: BB, 47 and 69. RGB value is (187,71,105). Sum of RGB (Red+Green+Blue) = 187+71+105=363 (48% of max value = 765). Red value is 187 (73.44% from 255 or 51.52% from 363); Green value is 71 (28.12% from 255 or 19.56% from 363); Blue value is 105 (41.41% from 255 or 28.93% from 363); Max value from RGB is 187 - color contains mainly: red. Hex color #BB4769 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BB4769 is #44B896. Grayscale: #6D6D6D. Windows color (decimal): -4503703 or 6899643. OLE color: 6899643.

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

Color convert

RGB18771105-
CMYK00.620.440.27
HSL342.41º46.03%50.59%-
HSV(B)342.41º62.03%73.33%-
XYZ25.316.0915.14-
YUV109.56125.43183.24-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 51.52%
GREEN value IS 71 (28.12% from 255) = 19.56%
BLUE value IS 105 (41.41% from 255) = 28.93%
R=51.52%
G=19.56%
B=28.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.44
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1877110500.620.440.27342.4146.0350.59
HexBB476903E2C1B1562e33
Octal27310715107654335265663
Binary1011101110001111101001011111010110011011101010110101110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB4769

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB4769; }

 p { color: rgb(187,71,105); }

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

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

 a { background-color: rgb(187,71,105); }

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

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

 span { border-color: rgb(187,71,105); }

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