#BD2663

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

Shades of Old Rose #BD2663

Tints of Old Rose #BD2663

Color information

#BD2663 (or 0xBD2663) is unknown color: approx Old Rose. HEX triplet: BD, 26 and 63. RGB value is (189,38,99). Sum of RGB (Red+Green+Blue) = 189+38+99=326 (43% of max value = 765). Red value is 189 (74.22% from 255 or 57.98% from 326); Green value is 38 (15.23% from 255 or 11.66% from 326); Blue value is 99 (39.06% from 255 or 30.37% from 326); Max value from RGB is 189 - color contains mainly: red. Hex color #BD2663 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BD2663 is #42D99C. Grayscale: #5A5A5A. Windows color (decimal): -4381085 or 6497981. OLE color: 6497981.

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

Color convert

RGB1893899-
CMYK00.800.480.26
HSL335.76º66.52%44.51%-
HSV(B)335.76º79.89%74.12%-
XYZ23.9313.1113.07-
YUV90.1133.03198.54-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 57.98%
GREEN value IS 38 (15.23% from 255) = 11.66%
BLUE value IS 99 (39.06% from 255) = 30.37%
R=57.98%
G=11.66%
B=30.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.48
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal189389900.800.480.26335.7666.5244.51
HexBD2663050301A150432d
Octal275461430120603252010355
Binary10111101100110110001101010000110000110101010100001000011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD2663

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD2663; }

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

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

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

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

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

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

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

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