#BD3966

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

Shades of Rouge #BD3966

Tints of Rouge #BD3966

Color information

#BD3966 (or 0xBD3966) is unknown color: approx Rouge. HEX triplet: BD, 39 and 66. RGB value is (189,57,102). Sum of RGB (Red+Green+Blue) = 189+57+102=348 (46% of max value = 765). Red value is 189 (74.22% from 255 or 54.31% from 348); Green value is 57 (22.66% from 255 or 16.38% from 348); Blue value is 102 (40.23% from 255 or 29.31% from 348); Max value from RGB is 189 - color contains mainly: red. Hex color #BD3966 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BD3966 is #42C699. Grayscale: #656565. Windows color (decimal): -4376218 or 6699453. OLE color: 6699453.

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

Color convert

RGB18957102-
CMYK00.700.460.26
HSL339.55º53.66%48.24%-
HSV(B)339.55º69.84%74.12%-
XYZ24.8514.714.1-
YUV101.6128.23190.34-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 54.31%
GREEN value IS 57 (22.66% from 255) = 16.38%
BLUE value IS 102 (40.23% from 255) = 29.31%
R=54.31%
G=16.38%
B=29.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.46
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1895710200.700.460.26339.5553.6648.24
HexBD39660462E1A1543630
Octal27571146010656325246660
Binary1011110111100111001100100011010111011010101010100110110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD3966

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD3966; }

 p { color: rgb(189,57,102); }

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

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

 a { background-color: rgb(189,57,102); }

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

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

 span { border-color: rgb(189,57,102); }

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