#BC3462

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

Shades of Rouge #BC3462

Tints of Rouge #BC3462

Color information

#BC3462 (or 0xBC3462) is unknown color: approx Rouge. HEX triplet: BC, 34 and 62. RGB value is (188,52,98). Sum of RGB (Red+Green+Blue) = 188+52+98=338 (44% of max value = 765). Red value is 188 (73.83% from 255 or 55.62% from 338); Green value is 52 (20.70% from 255 or 15.38% from 338); Blue value is 98 (38.67% from 255 or 28.99% from 338); Max value from RGB is 188 - color contains mainly: red. Hex color #BC3462 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BC3462 is #43CB9D. Grayscale: #616161. Windows color (decimal): -4443038 or 6436028. OLE color: 6436028.

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

Color convert

RGB1885298-
CMYK00.720.480.26
HSL339.71º56.67%47.06%-
HSV(B)339.71º72.34%73.73%-
XYZ24.1714.0312.99-
YUV97.91128.06192.26-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 55.62%
GREEN value IS 52 (20.70% from 255) = 15.38%
BLUE value IS 98 (38.67% from 255) = 28.99%
R=55.62%
G=15.38%
B=28.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.48
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal188529800.720.480.26339.7156.6747.06
HexBC3462048301A154392f
Octal27464142011060325247157
Binary1011110011010011000100100100011000011010101010100111001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC3462

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC3462; }

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

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

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

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

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

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

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

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