#BD295E

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

Shades of Old Rose #BD295E

Tints of Old Rose #BD295E

Color information

#BD295E (or 0xBD295E) is unknown color: approx Old Rose. HEX triplet: BD, 29 and 5E. RGB value is (189,41,94). Sum of RGB (Red+Green+Blue) = 189+41+94=324 (42% of max value = 765). Red value is 189 (74.22% from 255 or 58.33% from 324); Green value is 41 (16.41% from 255 or 12.65% from 324); Blue value is 94 (37.11% from 255 or 29.01% from 324); Max value from RGB is 189 - color contains mainly: red. Hex color #BD295E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BD295E is #42D6A1. Grayscale: #5B5B5B. Windows color (decimal): -4380322 or 6171069. OLE color: 6171069.

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

Color convert

RGB1894194-
CMYK00.780.500.26
HSL338.51º64.35%45.1%-
HSV(B)338.51º78.31%74.12%-
XYZ23.813.2111.89-
YUV91.29129.53197.69-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 58.33%
GREEN value IS 41 (16.41% from 255) = 12.65%
BLUE value IS 94 (37.11% from 255) = 29.01%
R=58.33%
G=12.65%
B=29.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.50
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal189419400.780.500.26338.5164.3545.1
HexBD295E04E321A153402d
Octal275511360116623252310055
Binary10111101101001101111001001110110010110101010100111000000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD295E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD295E; }

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

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

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

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

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

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

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

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