#BD3366

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

Shades of Rouge #BD3366

Tints of Rouge #BD3366

Color information

#BD3366 (or 0xBD3366) is unknown color: approx Rouge. HEX triplet: BD, 33 and 66. RGB value is (189,51,102). Sum of RGB (Red+Green+Blue) = 189+51+102=342 (45% of max value = 765). Red value is 189 (74.22% from 255 or 55.26% from 342); Green value is 51 (20.31% from 255 or 14.91% from 342); Blue value is 102 (40.23% from 255 or 29.82% from 342); Max value from RGB is 189 - color contains mainly: red. Hex color #BD3366 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BD3366 is #42CC99. Grayscale: #626262. Windows color (decimal): -4377754 or 6697917. OLE color: 6697917.

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

Color convert

RGB18951102-
CMYK00.730.460.26
HSL337.83º57.5%47.06%-
HSV(B)337.83º73.02%74.12%-
XYZ24.5714.1514.01-
YUV98.08130.22192.85-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 55.26%
GREEN value IS 51 (20.31% from 255) = 14.91%
BLUE value IS 102 (40.23% from 255) = 29.82%
R=55.26%
G=14.91%
B=29.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.46
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1895110200.730.460.26337.8357.547.06
HexBD33660492E1A1523a2f
Octal27563146011156325227257
Binary1011110111001111001100100100110111011010101010010111010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD3366

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD3366; }

 p { color: rgb(189,51,102); }

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

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

 a { background-color: rgb(189,51,102); }

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

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

 span { border-color: rgb(189,51,102); }

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