#BB6371

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

Shades of Blush #BB6371

Tints of Blush #BB6371

Color information

#BB6371 (or 0xBB6371) is unknown color: approx Blush. HEX triplet: BB, 63 and 71. RGB value is (187,99,113). Sum of RGB (Red+Green+Blue) = 187+99+113=399 (52% of max value = 765). Red value is 187 (73.44% from 255 or 46.87% from 399); Green value is 99 (39.06% from 255 or 24.81% from 399); Blue value is 113 (44.53% from 255 or 28.32% from 399); Max value from RGB is 187 - color contains mainly: red. Hex color #BB6371 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BB6371 is #449C8E. Grayscale: #7E7E7E. Windows color (decimal): -4496527 or 7431099. OLE color: 7431099.

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

Color convert

RGB18799113-
CMYK00.470.400.27
HSL350.45º39.29%56.08%-
HSV(B)350.45º47.06%73.33%-
XYZ27.9420.6818.14-
YUV126.91120.15170.86-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 46.87%
GREEN value IS 99 (39.06% from 255) = 24.81%
BLUE value IS 113 (44.53% from 255) = 28.32%
R=46.87%
G=24.81%
B=28.32%

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
Decimal1879911300.470.400.27350.4539.2956.08
HexBB637102F281B15e2738
Octal27314316105750335364770
Binary1011101111000111110001010111110100011011101011110100111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB6371

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB6371; }

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

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

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

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

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

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

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

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