#BD2F64

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

Shades of Rouge #BD2F64

Tints of Rouge #BD2F64

Color information

#BD2F64 (or 0xBD2F64) is unknown color: approx Rouge. HEX triplet: BD, 2F and 64. RGB value is (189,47,100). Sum of RGB (Red+Green+Blue) = 189+47+100=336 (44% of max value = 765). Red value is 189 (74.22% from 255 or 56.25% from 336); Green value is 47 (18.75% from 255 or 13.99% from 336); Blue value is 100 (39.45% from 255 or 29.76% from 336); Max value from RGB is 189 - color contains mainly: red. Hex color #BD2F64 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BD2F64 is #42D09B. Grayscale: #5F5F5F. Windows color (decimal): -4378780 or 6565821. OLE color: 6565821.

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

Color convert

RGB18947100-
CMYK00.750.470.26
HSL337.61º60.17%46.27%-
HSV(B)337.61º75.13%74.12%-
XYZ24.313.7713.43-
YUV95.5130.54194.69-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 56.25%
GREEN value IS 47 (18.75% from 255) = 13.99%
BLUE value IS 100 (39.45% from 255) = 29.76%
R=56.25%
G=13.99%
B=29.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.47
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1894710000.750.470.26337.6160.1746.27
HexBD2F6404B2F1A1523c2e
Octal27557144011357325227456
Binary1011110110111111001000100101110111111010101010010111100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD2F64

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD2F64; }

 p { color: rgb(189,47,100); }

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

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

 a { background-color: rgb(189,47,100); }

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

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

 span { border-color: rgb(189,47,100); }

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