#BC3865

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

Shades of Rouge #BC3865

Tints of Rouge #BC3865

Color information

#BC3865 (or 0xBC3865) is unknown color: approx Rouge. HEX triplet: BC, 38 and 65. RGB value is (188,56,101). Sum of RGB (Red+Green+Blue) = 188+56+101=345 (45% of max value = 765). Red value is 188 (73.83% from 255 or 54.49% from 345); Green value is 56 (22.27% from 255 or 16.23% from 345); Blue value is 101 (39.84% from 255 or 29.28% from 345); Max value from RGB is 188 - color contains mainly: red. Hex color #BC3865 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BC3865 is #43C79A. Grayscale: #646464. Windows color (decimal): -4442011 or 6633660. OLE color: 6633660.

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

Color convert

RGB18856101-
CMYK00.700.460.26
HSL339.55º54.1%47.84%-
HSV(B)339.55º70.21%73.73%-
XYZ24.514.4613.81-
YUV100.6128.23190.34-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 54.49%
GREEN value IS 56 (22.27% from 255) = 16.23%
BLUE value IS 101 (39.84% from 255) = 29.28%
R=54.49%
G=16.23%
B=29.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.46
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1885610100.700.460.26339.5554.147.84
HexBC38650462E1A1543630
Octal27470145010656325246660
Binary1011110011100011001010100011010111011010101010100110110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC3865

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC3865; }

 p { color: rgb(188,56,101); }

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

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

 a { background-color: rgb(188,56,101); }

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

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

 span { border-color: rgb(188,56,101); }

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