#BD2963

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

Shades of Old Rose #BD2963

Tints of Old Rose #BD2963

Color information

#BD2963 (or 0xBD2963) is unknown color: approx Old Rose. HEX triplet: BD, 29 and 63. RGB value is (189,41,99). Sum of RGB (Red+Green+Blue) = 189+41+99=329 (43% of max value = 765). Red value is 189 (74.22% from 255 or 57.45% from 329); Green value is 41 (16.41% from 255 or 12.46% from 329); Blue value is 99 (39.06% from 255 or 30.09% from 329); Max value from RGB is 189 - color contains mainly: red. Hex color #BD2963 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BD2963 is #42D69C. Grayscale: #5B5B5B. Windows color (decimal): -4380317 or 6498749. OLE color: 6498749.

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

Color convert

RGB1894199-
CMYK00.780.480.26
HSL336.49º64.35%45.1%-
HSV(B)336.49º78.31%74.12%-
XYZ24.0313.3113.11-
YUV91.86132.03197.28-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 57.45%
GREEN value IS 41 (16.41% from 255) = 12.46%
BLUE value IS 99 (39.06% from 255) = 30.09%
R=57.45%
G=12.46%
B=30.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.48
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal189419900.780.480.26336.4964.3545.1
HexBD296304E301A150402d
Octal275511430116603252010055
Binary10111101101001110001101001110110000110101010100001000000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD2963

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD2963; }

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

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

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

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

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

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

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

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