#BB6471

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

Shades of Blush #BB6471

Tints of Blush #BB6471

Color information

#BB6471 (or 0xBB6471) is unknown color: approx Blush. HEX triplet: BB, 64 and 71. RGB value is (187,100,113). Sum of RGB (Red+Green+Blue) = 187+100+113=400 (52% of max value = 765). Red value is 187 (73.44% from 255 or 46.75% from 400); Green value is 100 (39.45% from 255 or 25% from 400); Blue value is 113 (44.53% from 255 or 28.25% from 400); Max value from RGB is 187 - color contains mainly: red. Hex color #BB6471 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BB6471 is #449B8E. Grayscale: #7F7F7F. Windows color (decimal): -4496271 or 7431355. OLE color: 7431355.

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

Color convert

RGB187100113-
CMYK00.470.400.27
HSL351.03º39.01%56.27%-
HSV(B)351.03º46.52%73.33%-
XYZ28.0320.8718.17-
YUV127.5119.82170.44-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 46.75%
GREEN value IS 100 (39.45% from 255) = 25%
BLUE value IS 113 (44.53% from 255) = 28.25%
R=46.75%
G=25%
B=28.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.40
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18710011300.470.400.27351.0339.0156.27
HexBB647102F281B15f2738
Octal27314416105750335374770
Binary1011101111001001110001010111110100011011101011111100111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB6471

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB6471; }

 p { color: rgb(187,100,113); }

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

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

 a { background-color: rgb(187,100,113); }

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

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

 span { border-color: rgb(187,100,113); }

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