#BD3364

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

Shades of Rouge #BD3364

Tints of Rouge #BD3364

Color information

#BD3364 (or 0xBD3364) is unknown color: approx Rouge. HEX triplet: BD, 33 and 64. RGB value is (189,51,100). Sum of RGB (Red+Green+Blue) = 189+51+100=340 (45% of max value = 765). Red value is 189 (74.22% from 255 or 55.59% from 340); Green value is 51 (20.31% from 255 or 15% from 340); Blue value is 100 (39.45% from 255 or 29.41% from 340); Max value from RGB is 189 - color contains mainly: red. Hex color #BD3364 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BD3364 is #42CC9B. Grayscale: #616161. Windows color (decimal): -4377756 or 6566845. OLE color: 6566845.

HSL color Cylindrical-coordinate representation of color #BD3364: hue angle of 338.7º 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 #BD3364 is Cyan = 0, Magento = 0.73, Yellow = 0.47 and Black (K on CMYK) = 0.26.

Color convert

RGB18951100-
CMYK00.730.470.26
HSL338.7º57.5%47.06%-
HSV(B)338.7º73.02%74.12%-
XYZ24.4714.1113.49-
YUV97.85129.22193.02-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 55.59%
GREEN value IS 51 (20.31% from 255) = 15%
BLUE value IS 100 (39.45% from 255) = 29.41%
R=55.59%
G=15%
B=29.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.47
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1895110000.730.470.26338.757.547.06
HexBD33640492F1A1533a2f
Octal27563144011157325237257
Binary1011110111001111001000100100110111111010101010011111010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD3364

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD3364; }

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

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

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

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

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

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

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

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