#BB4468

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

Shades of Blush #BB4468

Tints of Blush #BB4468

Color information

#BB4468 (or 0xBB4468) is unknown color: approx Blush. HEX triplet: BB, 44 and 68. RGB value is (187,68,104). Sum of RGB (Red+Green+Blue) = 187+68+104=359 (47% of max value = 765). Red value is 187 (73.44% from 255 or 52.09% from 359); Green value is 68 (26.95% from 255 or 18.94% from 359); Blue value is 104 (41.02% from 255 or 28.97% from 359); Max value from RGB is 187 - color contains mainly: red. Hex color #BB4468 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BB4468 is #44BB97. Grayscale: #6B6B6B. Windows color (decimal): -4504472 or 6833339. OLE color: 6833339.

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

Color convert

RGB18768104-
CMYK00.640.440.27
HSL341.85º46.67%50%-
HSV(B)341.85º63.64%73.33%-
XYZ25.0615.714.81-
YUV107.68125.92184.57-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 52.09%
GREEN value IS 68 (26.95% from 255) = 18.94%
BLUE value IS 104 (41.02% from 255) = 28.97%
R=52.09%
G=18.94%
B=28.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.44
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1876810400.640.440.27341.8546.6750
HexBB44680402C1B1562f32
Octal273104150010054335265762
Binary10111011100010011010000100000010110011011101010110101111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB4468

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB4468; }

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

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

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

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

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

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

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

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