#BF536B

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

Shades of Blush #BF536B

Tints of Blush #BF536B

Color information

#BF536B (or 0xBF536B) is unknown color: approx Blush. HEX triplet: BF, 53 and 6B. RGB value is (191,83,107). Sum of RGB (Red+Green+Blue) = 191+83+107=381 (50% of max value = 765). Red value is 191 (75% from 255 or 50.13% from 381); Green value is 83 (32.81% from 255 or 21.78% from 381); Blue value is 107 (42.19% from 255 or 28.08% from 381); Max value from RGB is 191 - color contains mainly: red. Hex color #BF536B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BF536B is #40AC94. Grayscale: #767676. Windows color (decimal): -4238485 or 7033791. OLE color: 7033791.

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

Color convert

RGB19183107-
CMYK00.570.440.25
HSL346.67º45.76%53.73%-
HSV(B)346.67º56.54%74.9%-
XYZ27.2318.3216.01-
YUV118.03121.78180.05-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 50.13%
GREEN value IS 83 (32.81% from 255) = 21.78%
BLUE value IS 107 (42.19% from 255) = 28.08%
R=50.13%
G=21.78%
B=28.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.44
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1918310700.570.440.25346.6745.7653.73
HexBF536B0392C1915b2e36
Octal27712315307154315335666
Binary1011111110100111101011011100110110011001101011011101110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF536B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF536B; }

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

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

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

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

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

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

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

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