#BB465E

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

Shades of Blush #BB465E

Tints of Blush #BB465E

Color information

#BB465E (or 0xBB465E) is unknown color: approx Blush. HEX triplet: BB, 46 and 5E. RGB value is (187,70,94). Sum of RGB (Red+Green+Blue) = 187+70+94=351 (46% of max value = 765). Red value is 187 (73.44% from 255 or 53.28% from 351); Green value is 70 (27.73% from 255 or 19.94% from 351); Blue value is 94 (37.11% from 255 or 26.78% from 351); Max value from RGB is 187 - color contains mainly: red. Hex color #BB465E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BB465E is #44B9A1. Grayscale: #6B6B6B. Windows color (decimal): -4503970 or 6178491. OLE color: 6178491.

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

Color convert

RGB1877094-
CMYK00.630.500.27
HSL347.69º46.25%50.39%-
HSV(B)347.69º62.57%73.33%-
XYZ24.715.7512.33-
YUV107.72120.26184.55-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 53.28%
GREEN value IS 70 (27.73% from 255) = 19.94%
BLUE value IS 94 (37.11% from 255) = 26.78%
R=53.28%
G=19.94%
B=26.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.50
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal187709400.630.500.27347.6946.2550.39
HexBB465E03F321B15c2e32
Octal27310613607762335345662
Binary1011101110001101011110011111111001011011101011100101110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB465E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB465E; }

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

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

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

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

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

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

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

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