#BD395E

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

Shades of Old Rose #BD395E

Tints of Old Rose #BD395E

Color information

#BD395E (or 0xBD395E) is unknown color: approx Old Rose. HEX triplet: BD, 39 and 5E. RGB value is (189,57,94). Sum of RGB (Red+Green+Blue) = 189+57+94=340 (45% of max value = 765). Red value is 189 (74.22% from 255 or 55.59% from 340); Green value is 57 (22.66% from 255 or 16.76% from 340); Blue value is 94 (37.11% from 255 or 27.65% from 340); Max value from RGB is 189 - color contains mainly: red. Hex color #BD395E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BD395E is #42C6A1. Grayscale: #646464. Windows color (decimal): -4376226 or 6175165. OLE color: 6175165.

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

Color convert

RGB1895794-
CMYK00.700.500.26
HSL343.18º53.66%48.24%-
HSV(B)343.18º69.84%74.12%-
XYZ24.4714.5512.11-
YUV100.69124.23190.99-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 55.59%
GREEN value IS 57 (22.66% from 255) = 16.76%
BLUE value IS 94 (37.11% from 255) = 27.65%
R=55.59%
G=16.76%
B=27.65%

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
Decimal189579400.700.500.26343.1853.6648.24
HexBD395E046321A1573630
Octal27571136010662325276660
Binary1011110111100110111100100011011001011010101010111110110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD395E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD395E; }

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

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

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

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

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

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

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

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