#BD395F

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

Shades of Rouge #BD395F

Tints of Rouge #BD395F

Color information

#BD395F (or 0xBD395F) is unknown color: approx Rouge. HEX triplet: BD, 39 and 5F. RGB value is (189,57,95). Sum of RGB (Red+Green+Blue) = 189+57+95=341 (45% of max value = 765). Red value is 189 (74.22% from 255 or 55.43% from 341); Green value is 57 (22.66% from 255 or 16.72% from 341); Blue value is 95 (37.5% from 255 or 27.86% from 341); Max value from RGB is 189 - color contains mainly: red. Hex color #BD395F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BD395F is #42C6A0. Grayscale: #646464. Windows color (decimal): -4376225 or 6240701. OLE color: 6240701.

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

Color convert

RGB1895795-
CMYK00.700.500.26
HSL342.73º53.66%48.24%-
HSV(B)342.73º69.84%74.12%-
XYZ24.5114.5712.35-
YUV100.8124.73190.91-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 55.43%
GREEN value IS 57 (22.66% from 255) = 16.72%
BLUE value IS 95 (37.5% from 255) = 27.86%
R=55.43%
G=16.72%
B=27.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.50
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal189579500.700.500.26342.7353.6648.24
HexBD395F046321A1573630
Octal27571137010662325276660
Binary1011110111100110111110100011011001011010101010111110110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD395F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD395F; }

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

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

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

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

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

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

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

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