#BB4465

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

Shades of Blush #BB4465

Tints of Blush #BB4465

Color information

#BB4465 (or 0xBB4465) is unknown color: approx Blush. HEX triplet: BB, 44 and 65. RGB value is (187,68,101). Sum of RGB (Red+Green+Blue) = 187+68+101=356 (47% of max value = 765). Red value is 187 (73.44% from 255 or 52.53% from 356); Green value is 68 (26.95% from 255 or 19.10% from 356); Blue value is 101 (39.84% from 255 or 28.37% from 356); Max value from RGB is 187 - color contains mainly: red. Hex color #BB4465 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BB4465 is #44BB9A. Grayscale: #6B6B6B. Windows color (decimal): -4504475 or 6636731. OLE color: 6636731.

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

Color convert

RGB18768101-
CMYK00.640.460.27
HSL343.36º46.67%50%-
HSV(B)343.36º63.64%73.33%-
XYZ24.9115.6414.02-
YUV107.34124.42184.82-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 52.53%
GREEN value IS 68 (26.95% from 255) = 19.10%
BLUE value IS 101 (39.84% from 255) = 28.37%
R=52.53%
G=19.10%
B=28.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.46
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1876810100.640.460.27343.3646.6750
HexBB44650402E1B1572f32
Octal273104145010056335275762
Binary10111011100010011001010100000010111011011101010111101111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB4465

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB4465; }

 p { color: rgb(187,68,101); }

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

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

 a { background-color: rgb(187,68,101); }

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

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

 span { border-color: rgb(187,68,101); }

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