#BC4362

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

Shades of Blush #BC4362

Tints of Blush #BC4362

Color information

#BC4362 (or 0xBC4362) is unknown color: approx Blush. HEX triplet: BC, 43 and 62. RGB value is (188,67,98). Sum of RGB (Red+Green+Blue) = 188+67+98=353 (46% of max value = 765). Red value is 188 (73.83% from 255 or 53.26% from 353); Green value is 67 (26.56% from 255 or 18.98% from 353); Blue value is 98 (38.67% from 255 or 27.76% from 353); Max value from RGB is 188 - color contains mainly: red. Hex color #BC4362 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BC4362 is #43BC9D. Grayscale: #6A6A6A. Windows color (decimal): -4439198 or 6439868. OLE color: 6439868.

HSL color Cylindrical-coordinate representation of color #BC4362: hue angle of 344.63º 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 #BC4362 is Cyan = 0, Magento = 0.64, Yellow = 0.48 and Black (K on CMYK) = 0.26.

Color convert

RGB1886798-
CMYK00.640.480.26
HSL344.63º47.45%50%-
HSV(B)344.63º64.36%73.73%-
XYZ24.9515.5913.25-
YUV106.71123.09185.98-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 53.26%
GREEN value IS 67 (26.56% from 255) = 18.98%
BLUE value IS 98 (38.67% from 255) = 27.76%
R=53.26%
G=18.98%
B=27.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.48
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal188679800.640.480.26344.6347.4550
HexBC4362040301A1592f32
Octal274103142010060325315762
Binary10111100100001111000100100000011000011010101011001101111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC4362

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC4362; }

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

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

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

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

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

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

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

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