#BD3563

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

Shades of Rouge #BD3563

Tints of Rouge #BD3563

Color information

#BD3563 (or 0xBD3563) is unknown color: approx Rouge. HEX triplet: BD, 35 and 63. RGB value is (189,53,99). Sum of RGB (Red+Green+Blue) = 189+53+99=341 (45% of max value = 765). Red value is 189 (74.22% from 255 or 55.43% from 341); Green value is 53 (21.09% from 255 or 15.54% from 341); Blue value is 99 (39.06% from 255 or 29.03% from 341); Max value from RGB is 189 - color contains mainly: red. Hex color #BD3563 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BD3563 is #42CA9C. Grayscale: #626262. Windows color (decimal): -4377245 or 6501821. OLE color: 6501821.

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

Color convert

RGB1895399-
CMYK00.720.480.26
HSL339.71º56.2%47.45%-
HSV(B)339.71º71.96%74.12%-
XYZ24.5114.2713.27-
YUV98.91128.06192.26-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 55.43%
GREEN value IS 53 (21.09% from 255) = 15.54%
BLUE value IS 99 (39.06% from 255) = 29.03%
R=55.43%
G=15.54%
B=29.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.48
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal189539900.720.480.26339.7156.247.45
HexBD3563048301A154382f
Octal27565143011060325247057
Binary1011110111010111000110100100011000011010101010100111000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD3563

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD3563; }

 p { color: rgb(189,53,99); }

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

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

 a { background-color: rgb(189,53,99); }

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

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

 span { border-color: rgb(189,53,99); }

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