#BB4A5B

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

Shades of Blush #BB4A5B

Tints of Blush #BB4A5B

Color information

#BB4A5B (or 0xBB4A5B) is unknown color: approx Blush. HEX triplet: BB, 4A and 5B. RGB value is (187,74,91). Sum of RGB (Red+Green+Blue) = 187+74+91=352 (46% of max value = 765). Red value is 187 (73.44% from 255 or 53.12% from 352); Green value is 74 (29.30% from 255 or 21.02% from 352); Blue value is 91 (35.94% from 255 or 25.85% from 352); Max value from RGB is 187 - color contains mainly: red. Hex color #BB4A5B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BB4A5B is #44B5A4. Grayscale: #6D6D6D. Windows color (decimal): -4502949 or 5982907. OLE color: 5982907.

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

Color convert

RGB1877491-
CMYK00.600.510.27
HSL350.97º45.38%51.18%-
HSV(B)350.97º60.43%73.33%-
XYZ24.8316.2211.72-
YUV109.72117.44183.12-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 53.12%
GREEN value IS 74 (29.30% from 255) = 21.02%
BLUE value IS 91 (35.94% from 255) = 25.85%
R=53.12%
G=21.02%
B=25.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.51
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal187749100.600.510.27350.9745.3851.18
HexBB4A5B03C331B15f2d33
Octal27311213307463335375563
Binary1011101110010101011011011110011001111011101011111101101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB4A5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB4A5B; }

 p { color: rgb(187,74,91); }

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

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

 a { background-color: rgb(187,74,91); }

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

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

 span { border-color: rgb(187,74,91); }

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