#BF5367

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

Shades of Blush #BF5367

Tints of Blush #BF5367

Color information

#BF5367 (or 0xBF5367) is unknown color: approx Blush. HEX triplet: BF, 53 and 67. RGB value is (191,83,103). Sum of RGB (Red+Green+Blue) = 191+83+103=377 (49% of max value = 765). Red value is 191 (75% from 255 or 50.66% from 377); Green value is 83 (32.81% from 255 or 22.02% from 377); Blue value is 103 (40.62% from 255 or 27.32% from 377); Max value from RGB is 191 - color contains mainly: red. Hex color #BF5367 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BF5367 is #40AC98. Grayscale: #757575. Windows color (decimal): -4238489 or 6771647. OLE color: 6771647.

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

Color convert

RGB19183103-
CMYK00.570.460.25
HSL348.89º45.76%53.73%-
HSV(B)348.89º56.54%74.9%-
XYZ27.0318.2414.93-
YUV117.57119.78180.37-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 50.66%
GREEN value IS 83 (32.81% from 255) = 22.02%
BLUE value IS 103 (40.62% from 255) = 27.32%
R=50.66%
G=22.02%
B=27.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.46
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1918310300.570.460.25348.8945.7653.73
HexBF53670392E1915d2e36
Octal27712314707156315355666
Binary1011111110100111100111011100110111011001101011101101110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF5367

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF5367; }

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

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

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

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

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

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

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

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