#BD3665

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

Shades of Rouge #BD3665

Tints of Rouge #BD3665

Color information

#BD3665 (or 0xBD3665) is unknown color: approx Rouge. HEX triplet: BD, 36 and 65. RGB value is (189,54,101). Sum of RGB (Red+Green+Blue) = 189+54+101=344 (45% of max value = 765). Red value is 189 (74.22% from 255 or 54.94% from 344); Green value is 54 (21.48% from 255 or 15.70% from 344); Blue value is 101 (39.84% from 255 or 29.36% from 344); Max value from RGB is 189 - color contains mainly: red. Hex color #BD3665 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BD3665 is #42C99A. Grayscale: #636363. Windows color (decimal): -4376987 or 6633149. OLE color: 6633149.

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

Color convert

RGB18954101-
CMYK00.710.470.26
HSL339.11º55.56%47.65%-
HSV(B)339.11º71.43%74.12%-
XYZ24.6514.413.79-
YUV99.72128.73191.68-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 54.94%
GREEN value IS 54 (21.48% from 255) = 15.70%
BLUE value IS 101 (39.84% from 255) = 29.36%
R=54.94%
G=15.70%
B=29.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.47
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1895410100.710.470.26339.1155.5647.65
HexBD36650472F1A1533830
Octal27566145010757325237060
Binary1011110111011011001010100011110111111010101010011111000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD3665

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD3665; }

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

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

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

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

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

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

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

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