#BD1654

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

Shades of Old Rose #BD1654

Tints of Old Rose #BD1654

Color information

#BD1654 (or 0xBD1654) is unknown color: approx Old Rose. HEX triplet: BD, 16 and 54. RGB value is (189,22,84). Sum of RGB (Red+Green+Blue) = 189+22+84=295 (39% of max value = 765). Red value is 189 (74.22% from 255 or 64.07% from 295); Green value is 22 (8.98% from 255 or 7.46% from 295); Blue value is 84 (33.20% from 255 or 28.47% from 295); Max value from RGB is 189 - color contains mainly: red. Hex color #BD1654 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BD1654 is #42E9AB. Grayscale: #4E4E4E. Windows color (decimal): -4385196 or 5510845. OLE color: 5510845.

HSL color Cylindrical-coordinate representation of color #BD1654: hue angle of 337.72º degrees, saturation: 0.79, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #BD1654 is Cyan = 0, Magento = 0.88, Yellow = 0.56 and Black (K on CMYK) = 0.26.

Color convert

RGB1892284-
CMYK00.880.560.26
HSL337.72º79.15%41.37%-
HSV(B)337.72º88.36%74.12%-
XYZ22.8712.039.5-
YUV79130.83206.46-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 64.07%
GREEN value IS 22 (8.98% from 255) = 7.46%
BLUE value IS 84 (33.20% from 255) = 28.47%
R=64.07%
G=7.46%
B=28.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.56
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal189228400.880.560.26337.7279.1541.37
HexBD1654058381A1524f29
Octal275261240130703252211751
Binary1011110110110101010001011000111000110101010100101001111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD1654

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD1654; }

 p { color: rgb(189,22,84); }

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

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

 a { background-color: rgb(189,22,84); }

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

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

 span { border-color: rgb(189,22,84); }

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