#BD414D

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

Shades of Old Rose #BD414D

Tints of Old Rose #BD414D

Color information

#BD414D (or 0xBD414D) is unknown color: approx Old Rose. HEX triplet: BD, 41 and 4D. RGB value is (189,65,77). Sum of RGB (Red+Green+Blue) = 189+65+77=331 (43% of max value = 765). Red value is 189 (74.22% from 255 or 57.10% from 331); Green value is 65 (25.78% from 255 or 19.64% from 331); Blue value is 77 (30.47% from 255 or 23.26% from 331); Max value from RGB is 189 - color contains mainly: red. Hex color #BD414D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BD414D is #42BEB2. Grayscale: #676767. Windows color (decimal): -4374195 or 5063101. OLE color: 5063101.

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

Color convert

RGB1896577-
CMYK00.660.590.26
HSL354.19º48.82%49.8%-
HSV(B)354.19º65.61%74.12%-
XYZ24.2215.148.67-
YUV103.44113.08189.02-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 57.10%
GREEN value IS 65 (25.78% from 255) = 19.64%
BLUE value IS 77 (30.47% from 255) = 23.26%
R=57.10%
G=19.64%
B=23.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.59
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal189657700.660.590.26354.1948.8249.8
HexBD414D0423B1A1623132
Octal275101115010273325426162
Binary10111101100000110011010100001011101111010101100010110001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD414D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD414D; }

 p { color: rgb(189,65,77); }

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

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

 a { background-color: rgb(189,65,77); }

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

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

 span { border-color: rgb(189,65,77); }

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