#BD3E66

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

Shades of Rouge #BD3E66

Tints of Rouge #BD3E66

Color information

#BD3E66 (or 0xBD3E66) is unknown color: approx Rouge. HEX triplet: BD, 3E and 66. RGB value is (189,62,102). Sum of RGB (Red+Green+Blue) = 189+62+102=353 (46% of max value = 765). Red value is 189 (74.22% from 255 or 53.54% from 353); Green value is 62 (24.61% from 255 or 17.56% from 353); Blue value is 102 (40.23% from 255 or 28.90% from 353); Max value from RGB is 189 - color contains mainly: red. Hex color #BD3E66 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BD3E66 is #42C199. Grayscale: #686868. Windows color (decimal): -4374938 or 6700733. OLE color: 6700733.

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

Color convert

RGB18962102-
CMYK00.670.460.26
HSL341.1º50.6%49.22%-
HSV(B)341.1º67.2%74.12%-
XYZ25.1115.2214.19-
YUV104.53126.58188.25-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 53.54%
GREEN value IS 62 (24.61% from 255) = 17.56%
BLUE value IS 102 (40.23% from 255) = 28.90%
R=53.54%
G=17.56%
B=28.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.46
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1896210200.670.460.26341.150.649.22
HexBD3E660432E1A1553331
Octal27576146010356325256361
Binary1011110111111011001100100001110111011010101010101110011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD3E66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD3E66; }

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

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

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

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

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

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

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

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