#BF4B6B

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

Shades of Blush #BF4B6B

Tints of Blush #BF4B6B

Color information

#BF4B6B (or 0xBF4B6B) is unknown color: approx Blush. HEX triplet: BF, 4B and 6B. RGB value is (191,75,107). Sum of RGB (Red+Green+Blue) = 191+75+107=373 (49% of max value = 765). Red value is 191 (75% from 255 or 51.21% from 373); Green value is 75 (29.69% from 255 or 20.11% from 373); Blue value is 107 (42.19% from 255 or 28.69% from 373); Max value from RGB is 191 - color contains mainly: red. Hex color #BF4B6B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BF4B6B is #40B494. Grayscale: #717171. Windows color (decimal): -4240533 or 7031743. OLE color: 7031743.

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

Color convert

RGB19175107-
CMYK00.610.440.25
HSL343.45º47.54%52.16%-
HSV(B)343.45º60.73%74.9%-
XYZ26.6617.1715.82-
YUV113.33124.43183.4-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 51.21%
GREEN value IS 75 (29.69% from 255) = 20.11%
BLUE value IS 107 (42.19% from 255) = 28.69%
R=51.21%
G=20.11%
B=28.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.44
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1917510700.610.440.25343.4547.5452.16
HexBF4B6B03D2C191573034
Octal27711315307554315276064
Binary1011111110010111101011011110110110011001101010111110000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF4B6B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF4B6B; }

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

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

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

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

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

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

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

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