#BB465F

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

Shades of Blush #BB465F

Tints of Blush #BB465F

Color information

#BB465F (or 0xBB465F) is unknown color: approx Blush. HEX triplet: BB, 46 and 5F. RGB value is (187,70,95). Sum of RGB (Red+Green+Blue) = 187+70+95=352 (46% of max value = 765). Red value is 187 (73.44% from 255 or 53.12% from 352); Green value is 70 (27.73% from 255 or 19.89% from 352); Blue value is 95 (37.5% from 255 or 26.99% from 352); Max value from RGB is 187 - color contains mainly: red. Hex color #BB465F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BB465F is #44B9A0. Grayscale: #6B6B6B. Windows color (decimal): -4503969 or 6244027. OLE color: 6244027.

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

Color convert

RGB1877095-
CMYK00.630.490.27
HSL347.18º46.25%50.39%-
HSV(B)347.18º62.57%73.33%-
XYZ24.7515.7712.57-
YUV107.83120.76184.47-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 53.12%
GREEN value IS 70 (27.73% from 255) = 19.89%
BLUE value IS 95 (37.5% from 255) = 26.99%
R=53.12%
G=19.89%
B=26.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.49
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal187709500.630.490.27347.1846.2550.39
HexBB465F03F311B15b2e32
Octal27310613707761335335662
Binary1011101110001101011111011111111000111011101011011101110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB465F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB465F; }

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

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

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

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

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

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

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

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