#BD2B63

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

Shades of Old Rose #BD2B63

Tints of Old Rose #BD2B63

Color information

#BD2B63 (or 0xBD2B63) is unknown color: approx Old Rose. HEX triplet: BD, 2B and 63. RGB value is (189,43,99). Sum of RGB (Red+Green+Blue) = 189+43+99=331 (43% of max value = 765). Red value is 189 (74.22% from 255 or 57.10% from 331); Green value is 43 (17.19% from 255 or 12.99% from 331); Blue value is 99 (39.06% from 255 or 29.91% from 331); Max value from RGB is 189 - color contains mainly: red. Hex color #BD2B63 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BD2B63 is #42D49C. Grayscale: #5C5C5C. Windows color (decimal): -4379805 or 6499261. OLE color: 6499261.

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

Color convert

RGB1894399-
CMYK00.770.480.26
HSL336.99º62.93%45.49%-
HSV(B)336.99º77.25%74.12%-
XYZ24.113.4513.13-
YUV93.04131.37196.45-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 57.10%
GREEN value IS 43 (17.19% from 255) = 12.99%
BLUE value IS 99 (39.06% from 255) = 29.91%
R=57.10%
G=12.99%
B=29.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.48
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal189439900.770.480.26336.9962.9345.49
HexBD2B6304D301A1513f2d
Octal27553143011560325217755
Binary1011110110101111000110100110111000011010101010001111111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD2B63

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD2B63; }

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

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

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

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

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

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

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

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