#BD2965

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

Shades of Old Rose #BD2965

Tints of Old Rose #BD2965

Color information

#BD2965 (or 0xBD2965) is unknown color: approx Old Rose. HEX triplet: BD, 29 and 65. RGB value is (189,41,101). Sum of RGB (Red+Green+Blue) = 189+41+101=331 (43% of max value = 765). Red value is 189 (74.22% from 255 or 57.10% from 331); Green value is 41 (16.41% from 255 or 12.39% from 331); Blue value is 101 (39.84% from 255 or 30.51% from 331); Max value from RGB is 189 - color contains mainly: red. Hex color #BD2965 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BD2965 is #42D69A. Grayscale: #5B5B5B. Windows color (decimal): -4380315 or 6629821. OLE color: 6629821.

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

Color convert

RGB18941101-
CMYK00.780.470.26
HSL335.68º64.35%45.1%-
HSV(B)335.68º78.31%74.12%-
XYZ24.1313.3413.62-
YUV92.09133.03197.12-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 57.10%
GREEN value IS 41 (16.41% from 255) = 12.39%
BLUE value IS 101 (39.84% from 255) = 30.51%
R=57.10%
G=12.39%
B=30.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.47
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1894110100.780.470.26335.6864.3545.1
HexBD296504E2F1A150402d
Octal275511450116573252010055
Binary10111101101001110010101001110101111110101010100001000000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD2965

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD2965; }

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

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

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

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

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

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

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

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