#BF506B

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

Shades of Blush #BF506B

Tints of Blush #BF506B

Color information

#BF506B (or 0xBF506B) is unknown color: approx Blush. HEX triplet: BF, 50 and 6B. RGB value is (191,80,107). Sum of RGB (Red+Green+Blue) = 191+80+107=378 (50% of max value = 765). Red value is 191 (75% from 255 or 50.53% from 378); Green value is 80 (31.64% from 255 or 21.16% from 378); Blue value is 107 (42.19% from 255 or 28.31% from 378); Max value from RGB is 191 - color contains mainly: red. Hex color #BF506B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BF506B is #40AF94. Grayscale: #747474. Windows color (decimal): -4239253 or 7033023. OLE color: 7033023.

HSL color Cylindrical-coordinate representation of color #BF506B: hue angle of 345.41º degrees, saturation: 0.46, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #BF506B is Cyan = 0, Magento = 0.58, Yellow = 0.44 and Black (K on CMYK) = 0.25.

Color convert

RGB19180107-
CMYK00.580.440.25
HSL345.41º46.44%53.14%-
HSV(B)345.41º58.12%74.9%-
XYZ27.0117.8815.94-
YUV116.27122.77181.3-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 50.53%
GREEN value IS 80 (31.64% from 255) = 21.16%
BLUE value IS 107 (42.19% from 255) = 28.31%
R=50.53%
G=21.16%
B=28.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.44
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1918010700.580.440.25345.4146.4453.14
HexBF506B03A2C191592e35
Octal27712015307254315315665
Binary1011111110100001101011011101010110011001101011001101110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF506B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF506B; }

 p { color: rgb(191,80,107); }

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

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

 a { background-color: rgb(191,80,107); }

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

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

 span { border-color: rgb(191,80,107); }

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