#BD355A

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

Shades of Old Rose #BD355A

Tints of Old Rose #BD355A

Color information

#BD355A (or 0xBD355A) is unknown color: approx Old Rose. HEX triplet: BD, 35 and 5A. RGB value is (189,53,90). Sum of RGB (Red+Green+Blue) = 189+53+90=332 (43% of max value = 765). Red value is 189 (74.22% from 255 or 56.93% from 332); Green value is 53 (21.09% from 255 or 15.96% from 332); Blue value is 90 (35.55% from 255 or 27.11% from 332); Max value from RGB is 189 - color contains mainly: red. Hex color #BD355A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BD355A is #42CAA5. Grayscale: #616161. Windows color (decimal): -4377254 or 5911997. OLE color: 5911997.

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

Color convert

RGB1895390-
CMYK00.720.520.26
HSL343.68º56.2%47.45%-
HSV(B)343.68º71.96%74.12%-
XYZ24.114.111.12-
YUV97.88123.56192.99-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 56.93%
GREEN value IS 53 (21.09% from 255) = 15.96%
BLUE value IS 90 (35.55% from 255) = 27.11%
R=56.93%
G=15.96%
B=27.11%

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
Decimal189539000.720.520.26343.6856.247.45
HexBD355A048341A158382f
Octal27565132011064325307057
Binary1011110111010110110100100100011010011010101011000111000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD355A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD355A; }

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

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

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

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

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

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

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

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