#bf4765

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

Shades of Blush #BF4765

Tints of Blush #BF4765

Color information

#BF4765 (or 0xBF4765) is unknown color: approx Blush. HEX triplet: BF, 47 and 65. RGB value is (191,71,101). Sum of RGB (Red+Green+Blue) = 191+71+101=363 (48% of max value = 765). Red value is 191 (75% from 255 or 52.62% from 363); Green value is 71 (28.12% from 255 or 19.56% from 363); Blue value is 101 (39.84% from 255 or 27.82% from 363); Max value from RGB is 191 - color contains mainly: red. Hex color #BF4765 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BF4765 is #40B89A. Grayscale: #6E6E6E. Windows color (decimal): -4241563 or 6637503. OLE color: 6637503.

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

Color convert

RGB19171101-
CMYK00.630.470.25
HSL345º48.39%51.37%-
HSV(B)345º62.83%74.9%-
XYZ26.0916.5214.13-
YUV110.3122.76185.56-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 52.62%
GREEN value IS 71 (28.12% from 255) = 19.56%
BLUE value IS 101 (39.84% from 255) = 27.82%
R=52.62%
G=19.56%
B=27.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.47
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1917110100.630.470.2534548.3951.37
HexBF476503F2F191593033
Octal27710714507757315316063
Binary1011111110001111100101011111110111111001101011001110000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #bf4765

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #bf4765; }

 p { color: rgb(191,71,101); }

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

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

 a { background-color: rgb(191,71,101); }

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

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

 span { border-color: rgb(191,71,101); }

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