#bf4667

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

Shades of Blush #BF4667

Tints of Blush #BF4667

Color information

#BF4667 (or 0xBF4667) is unknown color: approx Blush. HEX triplet: BF, 46 and 67. RGB value is (191,70,103). Sum of RGB (Red+Green+Blue) = 191+70+103=364 (48% of max value = 765). Red value is 191 (75% from 255 or 52.47% from 364); Green value is 70 (27.73% from 255 or 19.23% from 364); Blue value is 103 (40.62% from 255 or 28.30% from 364); Max value from RGB is 191 - color contains mainly: red. Hex color #BF4667 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BF4667 is #40B998. Grayscale: #6D6D6D. Windows color (decimal): -4241817 or 6768319. OLE color: 6768319.

HSL color Cylindrical-coordinate representation of color #BF4667: hue angle of 343.64º degrees, saturation: 0.49, 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 #BF4667 is Cyan = 0, Magento = 0.63, Yellow = 0.46 and Black (K on CMYK) = 0.25.

Color convert

RGB19170103-
CMYK00.630.460.25
HSL343.64º48.59%51.18%-
HSV(B)343.64º63.35%74.9%-
XYZ26.1216.4414.63-
YUV109.94124.09185.82-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 52.47%
GREEN value IS 70 (27.73% from 255) = 19.23%
BLUE value IS 103 (40.62% from 255) = 28.30%
R=52.47%
G=19.23%
B=28.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.46
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1917010300.630.460.25343.6448.5951.18
HexBF466703F2E191583133
Octal27710614707756315306163
Binary1011111110001101100111011111110111011001101011000110001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #bf4667

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #bf4667; }

 p { color: rgb(191,70,103); }

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

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

 a { background-color: rgb(191,70,103); }

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

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

 span { border-color: rgb(191,70,103); }

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