#BB4467

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

Shades of Blush #BB4467

Tints of Blush #BB4467

Color information

#BB4467 (or 0xBB4467) is unknown color: approx Blush. HEX triplet: BB, 44 and 67. RGB value is (187,68,103). Sum of RGB (Red+Green+Blue) = 187+68+103=358 (47% of max value = 765). Red value is 187 (73.44% from 255 or 52.23% from 358); Green value is 68 (26.95% from 255 or 18.99% from 358); Blue value is 103 (40.62% from 255 or 28.77% from 358); Max value from RGB is 187 - color contains mainly: red. Hex color #BB4467 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BB4467 is #44BB98. Grayscale: #6B6B6B. Windows color (decimal): -4504473 or 6767803. OLE color: 6767803.

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

Color convert

RGB18768103-
CMYK00.640.450.27
HSL342.35º46.67%50%-
HSV(B)342.35º63.64%73.33%-
XYZ25.0115.6814.54-
YUV107.57125.42184.65-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 52.23%
GREEN value IS 68 (26.95% from 255) = 18.99%
BLUE value IS 103 (40.62% from 255) = 28.77%
R=52.23%
G=18.99%
B=28.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.45
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1876810300.640.450.27342.3546.6750
HexBB44670402D1B1562f32
Octal273104147010055335265762
Binary10111011100010011001110100000010110111011101010110101111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB4467

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB4467; }

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

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

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

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

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

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

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

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