#BC485B

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

Shades of Blush #BC485B

Tints of Blush #BC485B

Color information

#BC485B (or 0xBC485B) is unknown color: approx Blush. HEX triplet: BC, 48 and 5B. RGB value is (188,72,91). Sum of RGB (Red+Green+Blue) = 188+72+91=351 (46% of max value = 765). Red value is 188 (73.83% from 255 or 53.56% from 351); Green value is 72 (28.52% from 255 or 20.51% from 351); Blue value is 91 (35.94% from 255 or 25.93% from 351); Max value from RGB is 188 - color contains mainly: red. Hex color #BC485B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BC485B is #43B7A4. Grayscale: #6C6C6C. Windows color (decimal): -4437925 or 5982396. OLE color: 5982396.

HSL color Cylindrical-coordinate representation of color #BC485B: hue angle of 350.17º degrees, saturation: 0.46, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #BC485B is Cyan = 0, Magento = 0.62, Yellow = 0.52 and Black (K on CMYK) = 0.26.

Color convert

RGB1887291-
CMYK00.620.520.26
HSL350.17º46.4%50.98%-
HSV(B)350.17º61.7%73.73%-
XYZ24.9416.0811.69-
YUV108.85117.93184.46-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 53.56%
GREEN value IS 72 (28.52% from 255) = 20.51%
BLUE value IS 91 (35.94% from 255) = 25.93%
R=53.56%
G=20.51%
B=25.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.52
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal188729100.620.520.26350.1746.450.98
HexBC485B03E341A15e2e33
Octal27411013307664325365663
Binary1011110010010001011011011111011010011010101011110101110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC485B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC485B; }

 p { color: rgb(188,72,91); }

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

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

 a { background-color: rgb(188,72,91); }

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

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

 span { border-color: rgb(188,72,91); }

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