#BD354E

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

Shades of Old Rose #BD354E

Tints of Old Rose #BD354E

Color information

#BD354E (or 0xBD354E) is unknown color: approx Old Rose. HEX triplet: BD, 35 and 4E. RGB value is (189,53,78). Sum of RGB (Red+Green+Blue) = 189+53+78=320 (42% of max value = 765). Red value is 189 (74.22% from 255 or 59.06% from 320); Green value is 53 (21.09% from 255 or 16.56% from 320); Blue value is 78 (30.86% from 255 or 24.38% from 320); Max value from RGB is 189 - color contains mainly: red. Hex color #BD354E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BD354E is #42CAB1. Grayscale: #606060. Windows color (decimal): -4377266 or 5125565. OLE color: 5125565.

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

Color convert

RGB1895378-
CMYK00.720.590.26
HSL348.97º56.2%47.45%-
HSV(B)348.97º71.96%74.12%-
XYZ23.6313.928.65-
YUV96.51117.56193.97-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 59.06%
GREEN value IS 53 (21.09% from 255) = 16.56%
BLUE value IS 78 (30.86% from 255) = 24.38%
R=59.06%
G=16.56%
B=24.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.59
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal189537800.720.590.26348.9756.247.45
HexBD354E0483B1A15d382f
Octal27565116011073325357057
Binary1011110111010110011100100100011101111010101011101111000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD354E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD354E; }

 p { color: rgb(189,53,78); }

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

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

 a { background-color: rgb(189,53,78); }

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

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

 span { border-color: rgb(189,53,78); }

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