#BD3F4D

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

Shades of Old Rose #BD3F4D

Tints of Old Rose #BD3F4D

Color information

#BD3F4D (or 0xBD3F4D) is unknown color: approx Old Rose. HEX triplet: BD, 3F and 4D. RGB value is (189,63,77). Sum of RGB (Red+Green+Blue) = 189+63+77=329 (43% of max value = 765). Red value is 189 (74.22% from 255 or 57.45% from 329); Green value is 63 (25% from 255 or 19.15% from 329); Blue value is 77 (30.47% from 255 or 23.40% from 329); Max value from RGB is 189 - color contains mainly: red. Hex color #BD3F4D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BD3F4D is #42C0B2. Grayscale: #666666. Windows color (decimal): -4374707 or 5062589. OLE color: 5062589.

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

Color convert

RGB1896377-
CMYK00.670.590.26
HSL353.33º50%49.41%-
HSV(B)353.33º66.67%74.12%-
XYZ24.114.918.63-
YUV102.27113.74189.86-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 57.45%
GREEN value IS 63 (25% from 255) = 19.15%
BLUE value IS 77 (30.47% from 255) = 23.40%
R=57.45%
G=19.15%
B=23.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.59
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal189637700.670.590.26353.335049.41
HexBD3F4D0433B1A1613231
Octal27577115010373325416261
Binary1011110111111110011010100001111101111010101100001110010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD3F4D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD3F4D; }

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

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

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

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

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

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

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

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