#BD2B5A

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

Shades of Old Rose #BD2B5A

Tints of Old Rose #BD2B5A

Color information

#BD2B5A (or 0xBD2B5A) is unknown color: approx Old Rose. HEX triplet: BD, 2B and 5A. RGB value is (189,43,90). Sum of RGB (Red+Green+Blue) = 189+43+90=322 (42% of max value = 765). Red value is 189 (74.22% from 255 or 58.70% from 322); Green value is 43 (17.19% from 255 or 13.35% from 322); Blue value is 90 (35.55% from 255 or 27.95% from 322); Max value from RGB is 189 - color contains mainly: red. Hex color #BD2B5A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BD2B5A is #42D4A5. Grayscale: #5B5B5B. Windows color (decimal): -4379814 or 5909437. OLE color: 5909437.

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

Color convert

RGB1894390-
CMYK00.770.520.26
HSL340.68º62.93%45.49%-
HSV(B)340.68º77.25%74.12%-
XYZ23.713.2810.99-
YUV92.01126.87197.18-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 58.70%
GREEN value IS 43 (17.19% from 255) = 13.35%
BLUE value IS 90 (35.55% from 255) = 27.95%
R=58.70%
G=13.35%
B=27.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.52
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal189439000.770.520.26340.6862.9345.49
HexBD2B5A04D341A1553f2d
Octal27553132011564325257755
Binary1011110110101110110100100110111010011010101010101111111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD2B5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD2B5A; }

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

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

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

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

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

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

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

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