#BB4F5E

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

Shades of Blush #BB4F5E

Tints of Blush #BB4F5E

Color information

#BB4F5E (or 0xBB4F5E) is unknown color: approx Blush. HEX triplet: BB, 4F and 5E. RGB value is (187,79,94). Sum of RGB (Red+Green+Blue) = 187+79+94=360 (47% of max value = 765). Red value is 187 (73.44% from 255 or 51.94% from 360); Green value is 79 (31.25% from 255 or 21.94% from 360); Blue value is 94 (37.11% from 255 or 26.11% from 360); Max value from RGB is 187 - color contains mainly: red. Hex color #BB4F5E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BB4F5E is #44B0A1. Grayscale: #717171. Windows color (decimal): -4501666 or 6180795. OLE color: 6180795.

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

Color convert

RGB1877994-
CMYK00.580.500.27
HSL351.67º44.26%52.16%-
HSV(B)351.67º57.75%73.33%-
XYZ25.3116.9612.53-
YUV113117.28180.78-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 51.94%
GREEN value IS 79 (31.25% from 255) = 21.94%
BLUE value IS 94 (37.11% from 255) = 26.11%
R=51.94%
G=21.94%
B=26.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.50
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal187799400.580.500.27351.6744.2652.16
HexBB4F5E03A321B1602c34
Octal27311713607262335405464
Binary1011101110011111011110011101011001011011101100000101100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB4F5E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB4F5E; }

 p { color: rgb(187,79,94); }

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

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

 a { background-color: rgb(187,79,94); }

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

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

 span { border-color: rgb(187,79,94); }

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