#BD314A

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

Shades of Old Rose #BD314A

Tints of Old Rose #BD314A

Color information

#BD314A (or 0xBD314A) is unknown color: approx Old Rose. HEX triplet: BD, 31 and 4A. RGB value is (189,49,74). Sum of RGB (Red+Green+Blue) = 189+49+74=312 (41% of max value = 765). Red value is 189 (74.22% from 255 or 60.58% from 312); Green value is 49 (19.53% from 255 or 15.71% from 312); Blue value is 74 (29.30% from 255 or 23.72% from 312); Max value from RGB is 189 - color contains mainly: red. Hex color #BD314A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BD314A is #42CEB5. Grayscale: #5D5D5D. Windows color (decimal): -4378294 or 4862397. OLE color: 4862397.

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

Color convert

RGB1894974-
CMYK00.740.610.26
HSL349.29º58.82%46.67%-
HSV(B)349.29º74.07%74.12%-
XYZ23.3213.517.86-
YUV93.71116.88195.97-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 60.58%
GREEN value IS 49 (19.53% from 255) = 15.71%
BLUE value IS 74 (29.30% from 255) = 23.72%
R=60.58%
G=15.71%
B=23.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.61
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal189497400.740.610.26349.2958.8246.67
HexBD314A04A3D1A15d3b2f
Octal27561112011275325357357
Binary1011110111000110010100100101011110111010101011101111011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD314A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD314A; }

 p { color: rgb(189,49,74); }

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

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

 a { background-color: rgb(189,49,74); }

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

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

 span { border-color: rgb(189,49,74); }

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