#BC536F

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

Shades of Blush #BC536F

Tints of Blush #BC536F

Color information

#BC536F (or 0xBC536F) is unknown color: approx Blush. HEX triplet: BC, 53 and 6F. RGB value is (188,83,111). Sum of RGB (Red+Green+Blue) = 188+83+111=382 (50% of max value = 765). Red value is 188 (73.83% from 255 or 49.21% from 382); Green value is 83 (32.81% from 255 or 21.73% from 382); Blue value is 111 (43.75% from 255 or 29.06% from 382); Max value from RGB is 188 - color contains mainly: red. Hex color #BC536F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC536F is #43AC90. Grayscale: #757575. Windows color (decimal): -4435089 or 7295932. OLE color: 7295932.

HSL color Cylindrical-coordinate representation of color #BC536F: hue angle of 344º degrees, saturation: 0.44, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #BC536F is Cyan = 0, Magento = 0.56, Yellow = 0.41 and Black (K on CMYK) = 0.26.

Color convert

RGB18883111-
CMYK00.560.410.26
HSL344º43.93%53.14%-
HSV(B)344º55.85%73.73%-
XYZ26.718.0317.11-
YUV117.59124.29178.22-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 49.21%
GREEN value IS 83 (32.81% from 255) = 21.73%
BLUE value IS 111 (43.75% from 255) = 29.06%
R=49.21%
G=21.73%
B=29.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.41
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1888311100.560.410.2634443.9353.14
HexBC536F038291A1582c35
Octal27412315707051325305465
Binary1011110010100111101111011100010100111010101011000101100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC536F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC536F; }

 p { color: rgb(188,83,111); }

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

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

 a { background-color: rgb(188,83,111); }

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

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

 span { border-color: rgb(188,83,111); }

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