#BF536C

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

Shades of Blush #BF536C

Tints of Blush #BF536C

Color information

#BF536C (or 0xBF536C) is unknown color: approx Blush. HEX triplet: BF, 53 and 6C. RGB value is (191,83,108). Sum of RGB (Red+Green+Blue) = 191+83+108=382 (50% of max value = 765). Red value is 191 (75% from 255 or 50% from 382); Green value is 83 (32.81% from 255 or 21.73% from 382); Blue value is 108 (42.58% from 255 or 28.27% from 382); Max value from RGB is 191 - color contains mainly: red. Hex color #BF536C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BF536C is #40AC93. Grayscale: #767676. Windows color (decimal): -4238484 or 7099327. OLE color: 7099327.

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

Color convert

RGB19183108-
CMYK00.570.430.25
HSL346.11º45.76%53.73%-
HSV(B)346.11º56.54%74.9%-
XYZ27.2918.3516.29-
YUV118.14122.28179.97-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 50%
GREEN value IS 83 (32.81% from 255) = 21.73%
BLUE value IS 108 (42.58% from 255) = 28.27%
R=50%
G=21.73%
B=28.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.43
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1918310800.570.430.25346.1145.7653.73
HexBF536C0392B1915a2e36
Octal27712315407153315325666
Binary1011111110100111101100011100110101111001101011010101110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF536C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF536C; }

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

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

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

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

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

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

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

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