#BD2746

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

Shades of Old Rose #BD2746

Tints of Old Rose #BD2746

Color information

#BD2746 (or 0xBD2746) is unknown color: approx Old Rose. HEX triplet: BD, 27 and 46. RGB value is (189,39,70). Sum of RGB (Red+Green+Blue) = 189+39+70=298 (39% of max value = 765). Red value is 189 (74.22% from 255 or 63.42% from 298); Green value is 39 (15.62% from 255 or 13.09% from 298); Blue value is 70 (27.73% from 255 or 23.49% from 298); Max value from RGB is 189 - color contains mainly: red. Hex color #BD2746 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BD2746 is #42D8B9. Grayscale: #575757. Windows color (decimal): -4380858 or 4597693. OLE color: 4597693.

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

Color convert

RGB1893970-
CMYK00.790.630.26
HSL347.6º65.79%44.71%-
HSV(B)347.6º79.37%74.12%-
XYZ22.8212.717.05-
YUV87.38118.2200.48-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 63.42%
GREEN value IS 39 (15.62% from 255) = 13.09%
BLUE value IS 70 (27.73% from 255) = 23.49%
R=63.42%
G=13.09%
B=23.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.63
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal189397000.790.630.26347.665.7944.71
HexBD274604F3F1A15c422d
Octal275471060117773253410255
Binary10111101100111100011001001111111111110101010111001000010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD2746

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD2746; }

 p { color: rgb(189,39,70); }

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

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

 a { background-color: rgb(189,39,70); }

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

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

 span { border-color: rgb(189,39,70); }

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