#BC306A

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

Shades of Rouge #BC306A

Tints of Rouge #BC306A

Color information

#BC306A (or 0xBC306A) is unknown color: approx Rouge. HEX triplet: BC, 30 and 6A. RGB value is (188,48,106). Sum of RGB (Red+Green+Blue) = 188+48+106=342 (45% of max value = 765). Red value is 188 (73.83% from 255 or 54.97% from 342); Green value is 48 (19.14% from 255 or 14.04% from 342); Blue value is 106 (41.80% from 255 or 30.99% from 342); Max value from RGB is 188 - color contains mainly: red. Hex color #BC306A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BC306A is #43CF95. Grayscale: #606060. Windows color (decimal): -4444054 or 6959292. OLE color: 6959292.

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

Color convert

RGB18848106-
CMYK00.740.440.26
HSL335.14º59.32%46.27%-
HSV(B)335.14º74.47%73.73%-
XYZ24.413.8515.02-
YUV96.47133.38193.28-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 54.97%
GREEN value IS 48 (19.14% from 255) = 14.04%
BLUE value IS 106 (41.80% from 255) = 30.99%
R=54.97%
G=14.04%
B=30.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.44
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1884810600.740.440.26335.1459.3246.27
HexBC306A04A2C1A14f3b2e
Octal27460152011254325177356
Binary1011110011000011010100100101010110011010101001111111011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC306A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC306A; }

 p { color: rgb(188,48,106); }

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

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

 a { background-color: rgb(188,48,106); }

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

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

 span { border-color: rgb(188,48,106); }

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