#BB4B5D

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

Shades of Blush #BB4B5D

Tints of Blush #BB4B5D

Color information

#BB4B5D (or 0xBB4B5D) is unknown color: approx Blush. HEX triplet: BB, 4B and 5D. RGB value is (187,75,93). Sum of RGB (Red+Green+Blue) = 187+75+93=355 (47% of max value = 765). Red value is 187 (73.44% from 255 or 52.68% from 355); Green value is 75 (29.69% from 255 or 21.13% from 355); Blue value is 93 (36.72% from 255 or 26.20% from 355); Max value from RGB is 187 - color contains mainly: red. Hex color #BB4B5D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BB4B5D is #44B4A2. Grayscale: #6E6E6E. Windows color (decimal): -4502691 or 6114235. OLE color: 6114235.

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

Color convert

RGB1877593-
CMYK00.600.500.27
HSL350.36º45.16%51.37%-
HSV(B)350.36º59.89%73.33%-
XYZ24.9916.3912.2-
YUV110.54118.11182.54-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 52.68%
GREEN value IS 75 (29.69% from 255) = 21.13%
BLUE value IS 93 (36.72% from 255) = 26.20%
R=52.68%
G=21.13%
B=26.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.50
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal187759300.600.500.27350.3645.1651.37
HexBB4B5D03C321B15e2d33
Octal27311313507462335365563
Binary1011101110010111011101011110011001011011101011110101101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB4B5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB4B5D; }

 p { color: rgb(187,75,93); }

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

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

 a { background-color: rgb(187,75,93); }

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

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

 span { border-color: rgb(187,75,93); }

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