#BF4C6C

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

Shades of Blush #BF4C6C

Tints of Blush #BF4C6C

Color information

#BF4C6C (or 0xBF4C6C) is unknown color: approx Blush. HEX triplet: BF, 4C and 6C. RGB value is (191,76,108). Sum of RGB (Red+Green+Blue) = 191+76+108=375 (49% of max value = 765). Red value is 191 (75% from 255 or 50.93% from 375); Green value is 76 (30.08% from 255 or 20.27% from 375); Blue value is 108 (42.58% from 255 or 28.8% from 375); Max value from RGB is 191 - color contains mainly: red. Hex color #BF4C6C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BF4C6C is #40B393. Grayscale: #727272. Windows color (decimal): -4240276 or 7097535. OLE color: 7097535.

HSL color Cylindrical-coordinate representation of color #BF4C6C: hue angle of 343.3º degrees, saturation: 0.47, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #BF4C6C is Cyan = 0, Magento = 0.60, Yellow = 0.43 and Black (K on CMYK) = 0.25.

Color convert

RGB19176108-
CMYK00.600.430.25
HSL343.3º47.33%52.35%-
HSV(B)343.3º60.21%74.9%-
XYZ26.7817.3316.12-
YUV114.03124.6182.9-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 50.93%
GREEN value IS 76 (30.08% from 255) = 20.27%
BLUE value IS 108 (42.58% from 255) = 28.8%
R=50.93%
G=20.27%
B=28.8%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.43
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1917610800.600.430.25343.347.3352.35
HexBF4C6C03C2B191572f34
Octal27711415407453315275764
Binary1011111110011001101100011110010101111001101010111101111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF4C6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF4C6C; }

 p { color: rgb(191,76,108); }

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

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

 a { background-color: rgb(191,76,108); }

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

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

 span { border-color: rgb(191,76,108); }

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