#BD3569

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

Shades of Rouge #BD3569

Tints of Rouge #BD3569

Color information

#BD3569 (or 0xBD3569) is unknown color: approx Rouge. HEX triplet: BD, 35 and 69. RGB value is (189,53,105). Sum of RGB (Red+Green+Blue) = 189+53+105=347 (45% of max value = 765). Red value is 189 (74.22% from 255 or 54.47% from 347); Green value is 53 (21.09% from 255 or 15.27% from 347); Blue value is 105 (41.41% from 255 or 30.26% from 347); Max value from RGB is 189 - color contains mainly: red. Hex color #BD3569 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BD3569 is #42CA96. Grayscale: #636363. Windows color (decimal): -4377239 or 6895037. OLE color: 6895037.

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

Color convert

RGB18953105-
CMYK00.720.440.26
HSL337.06º56.2%47.45%-
HSV(B)337.06º71.96%74.12%-
XYZ24.8114.3814.83-
YUV99.59131.06191.77-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 54.47%
GREEN value IS 53 (21.09% from 255) = 15.27%
BLUE value IS 105 (41.41% from 255) = 30.26%
R=54.47%
G=15.27%
B=30.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.44
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1895310500.720.440.26337.0656.247.45
HexBD35690482C1A151382f
Octal27565151011054325217057
Binary1011110111010111010010100100010110011010101010001111000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD3569

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD3569; }

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

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

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

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

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

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

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

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