#BD3D56

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

Shades of Old Rose #BD3D56

Tints of Old Rose #BD3D56

Color information

#BD3D56 (or 0xBD3D56) is unknown color: approx Old Rose. HEX triplet: BD, 3D and 56. RGB value is (189,61,86). Sum of RGB (Red+Green+Blue) = 189+61+86=336 (44% of max value = 765). Red value is 189 (74.22% from 255 or 56.25% from 336); Green value is 61 (24.22% from 255 or 18.15% from 336); Blue value is 86 (33.98% from 255 or 25.60% from 336); Max value from RGB is 189 - color contains mainly: red. Hex color #BD3D56 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BD3D56 is #42C2A9. Grayscale: #666666. Windows color (decimal): -4375210 or 5651901. OLE color: 5651901.

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

Color convert

RGB1896186-
CMYK00.680.540.26
HSL348.28º51.2%49.02%-
HSV(B)348.28º67.72%74.12%-
XYZ24.3314.8310.38-
YUV102.12118.91189.97-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 56.25%
GREEN value IS 61 (24.22% from 255) = 18.15%
BLUE value IS 86 (33.98% from 255) = 25.60%
R=56.25%
G=18.15%
B=25.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.54
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal189618600.680.540.26348.2851.249.02
HexBD3D56044361A15c3331
Octal27575126010466325346361
Binary1011110111110110101100100010011011011010101011100110011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD3D56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD3D56; }

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

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

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

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

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

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

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

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