#BF536A

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

Shades of Blush #BF536A

Tints of Blush #BF536A

Color information

#BF536A (or 0xBF536A) is unknown color: approx Blush. HEX triplet: BF, 53 and 6A. RGB value is (191,83,106). Sum of RGB (Red+Green+Blue) = 191+83+106=380 (50% of max value = 765). Red value is 191 (75% from 255 or 50.26% from 380); Green value is 83 (32.81% from 255 or 21.84% from 380); Blue value is 106 (41.80% from 255 or 27.89% from 380); Max value from RGB is 191 - color contains mainly: red. Hex color #BF536A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BF536A is #40AC95. Grayscale: #757575. Windows color (decimal): -4238486 or 6968255. OLE color: 6968255.

HSL color Cylindrical-coordinate representation of color #BF536A: hue angle of 347.22º 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 #BF536A is Cyan = 0, Magento = 0.57, Yellow = 0.45 and Black (K on CMYK) = 0.25.

Color convert

RGB19183106-
CMYK00.570.450.25
HSL347.22º45.76%53.73%-
HSV(B)347.22º56.54%74.9%-
XYZ27.1818.315.74-
YUV117.91121.28180.13-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 50.26%
GREEN value IS 83 (32.81% from 255) = 21.84%
BLUE value IS 106 (41.80% from 255) = 27.89%
R=50.26%
G=21.84%
B=27.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.45
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1918310600.570.450.25347.2245.7653.73
HexBF536A0392D1915b2e36
Octal27712315207155315335666
Binary1011111110100111101010011100110110111001101011011101110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF536A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF536A; }

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

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

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

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

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

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

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

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