#BC435E

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

Shades of Blush #BC435E

Tints of Blush #BC435E

Color information

#BC435E (or 0xBC435E) is unknown color: approx Blush. HEX triplet: BC, 43 and 5E. RGB value is (188,67,94). Sum of RGB (Red+Green+Blue) = 188+67+94=349 (46% of max value = 765). Red value is 188 (73.83% from 255 or 53.87% from 349); Green value is 67 (26.56% from 255 or 19.20% from 349); Blue value is 94 (37.11% from 255 or 26.93% from 349); Max value from RGB is 188 - color contains mainly: red. Hex color #BC435E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BC435E is #43BCA1. Grayscale: #6A6A6A. Windows color (decimal): -4439202 or 6177724. OLE color: 6177724.

HSL color Cylindrical-coordinate representation of color #BC435E: hue angle of 346.61º degrees, saturation: 0.47, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #BC435E is Cyan = 0, Magento = 0.64, Yellow = 0.50 and Black (K on CMYK) = 0.26.

Color convert

RGB1886794-
CMYK00.640.500.26
HSL346.61º47.45%50%-
HSV(B)346.61º64.36%73.73%-
XYZ24.7715.5112.28-
YUV106.26121.09186.3-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 53.87%
GREEN value IS 67 (26.56% from 255) = 19.20%
BLUE value IS 94 (37.11% from 255) = 26.93%
R=53.87%
G=19.20%
B=26.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.50
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal188679400.640.500.26346.6147.4550
HexBC435E040321A15b2f32
Octal274103136010062325335762
Binary10111100100001110111100100000011001011010101011011101111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC435E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC435E; }

 p { color: rgb(188,67,94); }

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

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

 a { background-color: rgb(188,67,94); }

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

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

 span { border-color: rgb(188,67,94); }

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