#BB6073

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

Shades of Blush #BB6073

Tints of Blush #BB6073

Color information

#BB6073 (or 0xBB6073) is unknown color: approx Blush. HEX triplet: BB, 60 and 73. RGB value is (187,96,115). Sum of RGB (Red+Green+Blue) = 187+96+115=398 (52% of max value = 765). Red value is 187 (73.44% from 255 or 46.98% from 398); Green value is 96 (37.89% from 255 or 24.12% from 398); Blue value is 115 (45.31% from 255 or 28.89% from 398); Max value from RGB is 187 - color contains mainly: red. Hex color #BB6073 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BB6073 is #449F8C. Grayscale: #7D7D7D. Windows color (decimal): -4497293 or 7561403. OLE color: 7561403.

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

Color convert

RGB18796115-
CMYK00.490.390.27
HSL347.47º40.09%55.49%-
HSV(B)347.47º48.66%73.33%-
XYZ27.7720.1718.65-
YUV125.37122.15171.96-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 46.98%
GREEN value IS 96 (37.89% from 255) = 24.12%
BLUE value IS 115 (45.31% from 255) = 28.89%
R=46.98%
G=24.12%
B=28.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.39
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1879611500.490.390.27347.4740.0955.49
HexBB6073031271B15b2837
Octal27314016306147335335067
Binary1011101111000001110011011000110011111011101011011101000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB6073

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB6073; }

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

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

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

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

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

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

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

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