#BF4361

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

Shades of Blush #BF4361

Tints of Blush #BF4361

Color information

#BF4361 (or 0xBF4361) is unknown color: approx Blush. HEX triplet: BF, 43 and 61. RGB value is (191,67,97). Sum of RGB (Red+Green+Blue) = 191+67+97=355 (47% of max value = 765). Red value is 191 (75% from 255 or 53.80% from 355); Green value is 67 (26.56% from 255 or 18.87% from 355); Blue value is 97 (38.28% from 255 or 27.32% from 355); Max value from RGB is 191 - color contains mainly: red. Hex color #BF4361 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BF4361 is #40BC9E. Grayscale: #6B6B6B. Windows color (decimal): -4242591 or 6374335. OLE color: 6374335.

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

Color convert

RGB1916797-
CMYK00.650.490.25
HSL345.48º49.21%50.59%-
HSV(B)345.48º64.92%74.9%-
XYZ25.6515.9513.04-
YUV107.5122.08187.56-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 53.80%
GREEN value IS 67 (26.56% from 255) = 18.87%
BLUE value IS 97 (38.28% from 255) = 27.32%
R=53.80%
G=18.87%
B=27.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.49
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal191679700.650.490.25345.4849.2150.59
HexBF436104131191593133
Octal277103141010161315316163
Binary10111111100001111000010100000111000111001101011001110001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF4361

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF4361; }

 p { color: rgb(191,67,97); }

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

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

 a { background-color: rgb(191,67,97); }

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

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

 span { border-color: rgb(191,67,97); }

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