#BD3D58

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

Shades of Old Rose #BD3D58

Tints of Old Rose #BD3D58

Color information

#BD3D58 (or 0xBD3D58) is unknown color: approx Old Rose. HEX triplet: BD, 3D and 58. RGB value is (189,61,88). Sum of RGB (Red+Green+Blue) = 189+61+88=338 (44% of max value = 765). Red value is 189 (74.22% from 255 or 55.92% from 338); Green value is 61 (24.22% from 255 or 18.05% from 338); Blue value is 88 (34.77% from 255 or 26.04% from 338); Max value from RGB is 189 - color contains mainly: red. Hex color #BD3D58 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BD3D58 is #42C2A7. Grayscale: #666666. Windows color (decimal): -4375208 or 5782973. OLE color: 5782973.

HSL color Cylindrical-coordinate representation of color #BD3D58: hue angle of 347.34º degrees, saturation: 0.51, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #BD3D58 is Cyan = 0, Magento = 0.68, Yellow = 0.53 and Black (K on CMYK) = 0.26.

Color convert

RGB1896188-
CMYK00.680.530.26
HSL347.34º51.2%49.02%-
HSV(B)347.34º67.72%74.12%-
XYZ24.4214.8610.81-
YUV102.35119.91189.8-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 55.92%
GREEN value IS 61 (24.22% from 255) = 18.05%
BLUE value IS 88 (34.77% from 255) = 26.04%
R=55.92%
G=18.05%
B=26.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.53
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal189618800.680.530.26347.3451.249.02
HexBD3D58044351A15b3331
Octal27575130010465325336361
Binary1011110111110110110000100010011010111010101011011110011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD3D58

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD3D58; }

 p { color: rgb(189,61,88); }

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

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

 a { background-color: rgb(189,61,88); }

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

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

 span { border-color: rgb(189,61,88); }

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