#BD3663

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

Shades of Rouge #BD3663

Tints of Rouge #BD3663

Color information

#BD3663 (or 0xBD3663) is unknown color: approx Rouge. HEX triplet: BD, 36 and 63. RGB value is (189,54,99). Sum of RGB (Red+Green+Blue) = 189+54+99=342 (45% of max value = 765). Red value is 189 (74.22% from 255 or 55.26% from 342); Green value is 54 (21.48% from 255 or 15.79% from 342); Blue value is 99 (39.06% from 255 or 28.95% from 342); Max value from RGB is 189 - color contains mainly: red. Hex color #BD3663 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BD3663 is #42C99C. Grayscale: #636363. Windows color (decimal): -4376989 or 6502077. OLE color: 6502077.

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

Color convert

RGB1895499-
CMYK00.710.480.26
HSL340º55.56%47.65%-
HSV(B)340º71.43%74.12%-
XYZ24.5614.3613.28-
YUV99.49127.73191.84-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 55.26%
GREEN value IS 54 (21.48% from 255) = 15.79%
BLUE value IS 99 (39.06% from 255) = 28.95%
R=55.26%
G=15.79%
B=28.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.48
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal189549900.710.480.2634055.5647.65
HexBD3663047301A1543830
Octal27566143010760325247060
Binary1011110111011011000110100011111000011010101010100111000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD3663

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD3663; }

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

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

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

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

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

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

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

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