#BD3A5F

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

Shades of Rouge #BD3A5F

Tints of Rouge #BD3A5F

Color information

#BD3A5F (or 0xBD3A5F) is unknown color: approx Rouge. HEX triplet: BD, 3A and 5F. RGB value is (189,58,95). Sum of RGB (Red+Green+Blue) = 189+58+95=342 (45% of max value = 765). Red value is 189 (74.22% from 255 or 55.26% from 342); Green value is 58 (23.05% from 255 or 16.96% from 342); Blue value is 95 (37.5% from 255 or 27.78% from 342); Max value from RGB is 189 - color contains mainly: red. Hex color #BD3A5F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BD3A5F is #42C5A0. Grayscale: #656565. Windows color (decimal): -4375969 or 6240957. OLE color: 6240957.

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

Color convert

RGB1895895-
CMYK00.690.500.26
HSL343.05º53.04%48.43%-
HSV(B)343.05º69.31%74.12%-
XYZ24.5614.6712.36-
YUV101.39124.4190.49-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 55.26%
GREEN value IS 58 (23.05% from 255) = 16.96%
BLUE value IS 95 (37.5% from 255) = 27.78%
R=55.26%
G=16.96%
B=27.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.50
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal189589500.690.500.26343.0553.0448.43
HexBD3A5F045321A1573530
Octal27572137010562325276560
Binary1011110111101010111110100010111001011010101010111110101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD3A5F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD3A5F; }

 p { color: rgb(189,58,95); }

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

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

 a { background-color: rgb(189,58,95); }

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

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

 span { border-color: rgb(189,58,95); }

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