#BD3162

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

Shades of Rouge #BD3162

Tints of Rouge #BD3162

Color information

#BD3162 (or 0xBD3162) is unknown color: approx Rouge. HEX triplet: BD, 31 and 62. RGB value is (189,49,98). Sum of RGB (Red+Green+Blue) = 189+49+98=336 (44% of max value = 765). Red value is 189 (74.22% from 255 or 56.25% from 336); Green value is 49 (19.53% from 255 or 14.58% from 336); Blue value is 98 (38.67% from 255 or 29.17% from 336); Max value from RGB is 189 - color contains mainly: red. Hex color #BD3162 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BD3162 is #42CE9D. Grayscale: #606060. Windows color (decimal): -4378270 or 6435261. OLE color: 6435261.

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

Color convert

RGB1894998-
CMYK00.740.480.26
HSL339º58.82%46.67%-
HSV(B)339º74.07%74.12%-
XYZ24.2913.912.96-
YUV96.45128.88194.02-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 56.25%
GREEN value IS 49 (19.53% from 255) = 14.58%
BLUE value IS 98 (38.67% from 255) = 29.17%
R=56.25%
G=14.58%
B=29.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.48
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal189499800.740.480.2633958.8246.67
HexBD316204A301A1533b2f
Octal27561142011260325237357
Binary1011110111000111000100100101011000011010101010011111011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD3162

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD3162; }

 p { color: rgb(189,49,98); }

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

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

 a { background-color: rgb(189,49,98); }

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

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

 span { border-color: rgb(189,49,98); }

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