#BB6273

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

Shades of Blush #BB6273

Tints of Blush #BB6273

Color information

#BB6273 (or 0xBB6273) is unknown color: approx Blush. HEX triplet: BB, 62 and 73. RGB value is (187,98,115). Sum of RGB (Red+Green+Blue) = 187+98+115=400 (52% of max value = 765). Red value is 187 (73.44% from 255 or 46.75% from 400); Green value is 98 (38.67% from 255 or 24.5% from 400); Blue value is 115 (45.31% from 255 or 28.75% from 400); Max value from RGB is 187 - color contains mainly: red. Hex color #BB6273 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BB6273 is #449D8C. Grayscale: #7E7E7E. Windows color (decimal): -4496781 or 7561915. OLE color: 7561915.

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

Color convert

RGB18798115-
CMYK00.480.390.27
HSL348.54º39.56%55.88%-
HSV(B)348.54º47.59%73.33%-
XYZ27.9620.5418.71-
YUV126.55121.49171.12-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 46.75%
GREEN value IS 98 (38.67% from 255) = 24.5%
BLUE value IS 115 (45.31% from 255) = 28.75%
R=46.75%
G=24.5%
B=28.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.39
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1879811500.480.390.27348.5439.5655.88
HexBB6273030271B15d2838
Octal27314216306047335355070
Binary1011101111000101110011011000010011111011101011101101000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB6273

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB6273; }

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

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

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

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

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

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

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

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