#BB476A

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

Shades of Blush #BB476A

Tints of Blush #BB476A

Color information

#BB476A (or 0xBB476A) is unknown color: approx Blush. HEX triplet: BB, 47 and 6A. RGB value is (187,71,106). Sum of RGB (Red+Green+Blue) = 187+71+106=364 (48% of max value = 765). Red value is 187 (73.44% from 255 or 51.37% from 364); Green value is 71 (28.12% from 255 or 19.51% from 364); Blue value is 106 (41.80% from 255 or 29.12% from 364); Max value from RGB is 187 - color contains mainly: red. Hex color #BB476A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BB476A is #44B895. Grayscale: #6D6D6D. Windows color (decimal): -4503702 or 6965179. OLE color: 6965179.

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

Color convert

RGB18771106-
CMYK00.620.430.27
HSL341.9º46.03%50.59%-
HSV(B)341.9º62.03%73.33%-
XYZ25.3516.1115.41-
YUV109.67125.93183.15-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 51.37%
GREEN value IS 71 (28.12% from 255) = 19.51%
BLUE value IS 106 (41.80% from 255) = 29.12%
R=51.37%
G=19.51%
B=29.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.43
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1877110600.620.430.27341.946.0350.59
HexBB476A03E2B1B1562e33
Octal27310715207653335265663
Binary1011101110001111101010011111010101111011101010110101110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB476A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB476A; }

 p { color: rgb(187,71,106); }

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

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

 a { background-color: rgb(187,71,106); }

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

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

 span { border-color: rgb(187,71,106); }

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