#BD3862

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

Shades of Rouge #BD3862

Tints of Rouge #BD3862

Color information

#BD3862 (or 0xBD3862) is unknown color: approx Rouge. HEX triplet: BD, 38 and 62. RGB value is (189,56,98). Sum of RGB (Red+Green+Blue) = 189+56+98=343 (45% of max value = 765). Red value is 189 (74.22% from 255 or 55.10% from 343); Green value is 56 (22.27% from 255 or 16.33% from 343); Blue value is 98 (38.67% from 255 or 28.57% from 343); Max value from RGB is 189 - color contains mainly: red. Hex color #BD3862 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BD3862 is #42C79D. Grayscale: #646464. Windows color (decimal): -4376478 or 6437053. OLE color: 6437053.

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

Color convert

RGB1895698-
CMYK00.700.480.26
HSL341.05º54.29%48.04%-
HSV(B)341.05º70.37%74.12%-
XYZ24.6114.5313.06-
YUV100.56126.56191.08-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 55.10%
GREEN value IS 56 (22.27% from 255) = 16.33%
BLUE value IS 98 (38.67% from 255) = 28.57%
R=55.10%
G=16.33%
B=28.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.48
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal189569800.700.480.26341.0554.2948.04
HexBD3862046301A1553630
Octal27570142010660325256660
Binary1011110111100011000100100011011000011010101010101110110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD3862

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD3862; }

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

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

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

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

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

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

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

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