#BB606A

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

Shades of Blush #BB606A

Tints of Blush #BB606A

Color information

#BB606A (or 0xBB606A) is unknown color: approx Blush. HEX triplet: BB, 60 and 6A. RGB value is (187,96,106). Sum of RGB (Red+Green+Blue) = 187+96+106=389 (51% of max value = 765). Red value is 187 (73.44% from 255 or 48.07% from 389); Green value is 96 (37.89% from 255 or 24.68% from 389); Blue value is 106 (41.80% from 255 or 27.25% from 389); Max value from RGB is 187 - color contains mainly: red. Hex color #BB606A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BB606A is #449F95. Grayscale: #7C7C7C. Windows color (decimal): -4497302 or 6971579. OLE color: 6971579.

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

Color convert

RGB18796106-
CMYK00.490.430.27
HSL353.41º40.09%55.49%-
HSV(B)353.41º48.66%73.33%-
XYZ27.2819.9716.05-
YUV124.35117.65172.69-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 48.07%
GREEN value IS 96 (37.89% from 255) = 24.68%
BLUE value IS 106 (41.80% from 255) = 27.25%
R=48.07%
G=24.68%
B=27.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.43
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1879610600.490.430.27353.4140.0955.49
HexBB606A0312B1B1612837
Octal27314015206153335415067
Binary1011101111000001101010011000110101111011101100001101000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB606A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB606A; }

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

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

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

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

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

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

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

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