#BD355B

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

Shades of Old Rose #BD355B

Tints of Old Rose #BD355B

Color information

#BD355B (or 0xBD355B) is unknown color: approx Old Rose. HEX triplet: BD, 35 and 5B. RGB value is (189,53,91). Sum of RGB (Red+Green+Blue) = 189+53+91=333 (44% of max value = 765). Red value is 189 (74.22% from 255 or 56.76% from 333); Green value is 53 (21.09% from 255 or 15.92% from 333); Blue value is 91 (35.94% from 255 or 27.33% from 333); Max value from RGB is 189 - color contains mainly: red. Hex color #BD355B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BD355B is #42CAA4. Grayscale: #616161. Windows color (decimal): -4377253 or 5977533. OLE color: 5977533.

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

Color convert

RGB1895391-
CMYK00.720.520.26
HSL343.24º56.2%47.45%-
HSV(B)343.24º71.96%74.12%-
XYZ24.1514.1211.35-
YUV98124.06192.91-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 56.76%
GREEN value IS 53 (21.09% from 255) = 15.92%
BLUE value IS 91 (35.94% from 255) = 27.33%
R=56.76%
G=15.92%
B=27.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.52
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal189539100.720.520.26343.2456.247.45
HexBD355B048341A157382f
Octal27565133011064325277057
Binary1011110111010110110110100100011010011010101010111111000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD355B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD355B; }

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

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

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

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

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

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

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

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