#BD2650

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

Shades of Old Rose #BD2650

Tints of Old Rose #BD2650

Color information

#BD2650 (or 0xBD2650) is unknown color: approx Old Rose. HEX triplet: BD, 26 and 50. RGB value is (189,38,80). Sum of RGB (Red+Green+Blue) = 189+38+80=307 (40% of max value = 765). Red value is 189 (74.22% from 255 or 61.56% from 307); Green value is 38 (15.23% from 255 or 12.38% from 307); Blue value is 80 (31.64% from 255 or 26.06% from 307); Max value from RGB is 189 - color contains mainly: red. Hex color #BD2650 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BD2650 is #42D9AF. Grayscale: #575757. Windows color (decimal): -4381104 or 5252797. OLE color: 5252797.

HSL color Cylindrical-coordinate representation of color #BD2650: hue angle of 343.31º degrees, saturation: 0.67, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #BD2650 is Cyan = 0, Magento = 0.80, Yellow = 0.58 and Black (K on CMYK) = 0.26.

Color convert

RGB1893880-
CMYK00.800.580.26
HSL343.31º66.52%44.51%-
HSV(B)343.31º79.89%74.12%-
XYZ23.1312.788.84-
YUV87.94123.53200.08-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 61.56%
GREEN value IS 38 (15.23% from 255) = 12.38%
BLUE value IS 80 (31.64% from 255) = 26.06%
R=61.56%
G=12.38%
B=26.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.58
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal189388000.800.580.26343.3166.5244.51
HexBD26500503A1A157432d
Octal275461200120723252710355
Binary10111101100110101000001010000111010110101010101111000011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD2650

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD2650; }

 p { color: rgb(189,38,80); }

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

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

 a { background-color: rgb(189,38,80); }

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

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

 span { border-color: rgb(189,38,80); }

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