#bb4f64

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

Shades of Blush #BB4F64

Tints of Blush #BB4F64

Color information

#BB4F64 (or 0xBB4F64) is unknown color: approx Blush. HEX triplet: BB, 4F and 64. RGB value is (187,79,100). Sum of RGB (Red+Green+Blue) = 187+79+100=366 (48% of max value = 765). Red value is 187 (73.44% from 255 or 51.09% from 366); Green value is 79 (31.25% from 255 or 21.58% from 366); Blue value is 100 (39.45% from 255 or 27.32% from 366); Max value from RGB is 187 - color contains mainly: red. Hex color #BB4F64 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BB4F64 is #44B09B. Grayscale: #717171. Windows color (decimal): -4501660 or 6574011. OLE color: 6574011.

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

Color convert

RGB18779100-
CMYK00.580.470.27
HSL348.33º44.26%52.16%-
HSV(B)348.33º57.75%73.33%-
XYZ25.5917.0814-
YUV113.69120.28180.29-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 51.09%
GREEN value IS 79 (31.25% from 255) = 21.58%
BLUE value IS 100 (39.45% from 255) = 27.32%
R=51.09%
G=21.58%
B=27.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.47
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1877910000.580.470.27348.3344.2652.16
HexBB4F6403A2F1B15c2c34
Octal27311714407257335345464
Binary1011101110011111100100011101010111111011101011100101100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #bb4f64

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #bb4f64; }

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

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

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

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

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

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

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

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