#BF506A

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

Shades of Blush #BF506A

Tints of Blush #BF506A

Color information

#BF506A (or 0xBF506A) is unknown color: approx Blush. HEX triplet: BF, 50 and 6A. RGB value is (191,80,106). Sum of RGB (Red+Green+Blue) = 191+80+106=377 (49% of max value = 765). Red value is 191 (75% from 255 or 50.66% from 377); Green value is 80 (31.64% from 255 or 21.22% from 377); Blue value is 106 (41.80% from 255 or 28.12% from 377); Max value from RGB is 191 - color contains mainly: red. Hex color #BF506A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BF506A is #40AF95. Grayscale: #747474. Windows color (decimal): -4239254 or 6967487. OLE color: 6967487.

HSL color Cylindrical-coordinate representation of color #BF506A: hue angle of 345.95º 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 #BF506A is Cyan = 0, Magento = 0.58, Yellow = 0.45 and Black (K on CMYK) = 0.25.

Color convert

RGB19180106-
CMYK00.580.450.25
HSL345.95º46.44%53.14%-
HSV(B)345.95º58.12%74.9%-
XYZ26.9617.8515.66-
YUV116.15122.27181.39-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 50.66%
GREEN value IS 80 (31.64% from 255) = 21.22%
BLUE value IS 106 (41.80% from 255) = 28.12%
R=50.66%
G=21.22%
B=28.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.45
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1918010600.580.450.25345.9546.4453.14
HexBF506A03A2D1915a2e35
Octal27712015207255315325665
Binary1011111110100001101010011101010110111001101011010101110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF506A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF506A; }

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

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

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

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

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

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

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

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