#BD214D

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

Shades of Old Rose #BD214D

Tints of Old Rose #BD214D

Color information

#BD214D (or 0xBD214D) is unknown color: approx Old Rose. HEX triplet: BD, 21 and 4D. RGB value is (189,33,77). Sum of RGB (Red+Green+Blue) = 189+33+77=299 (39% of max value = 765). Red value is 189 (74.22% from 255 or 63.21% from 299); Green value is 33 (13.28% from 255 or 11.04% from 299); Blue value is 77 (30.47% from 255 or 25.75% from 299); Max value from RGB is 189 - color contains mainly: red. Hex color #BD214D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BD214D is #42DEB2. Grayscale: #545454. Windows color (decimal): -4382387 or 5054909. OLE color: 5054909.

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

Color convert

RGB1893377-
CMYK00.830.590.26
HSL343.08º70.27%43.53%-
HSV(B)343.08º82.54%74.12%-
XYZ22.8712.448.22-
YUV84.66123.68202.42-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 63.21%
GREEN value IS 33 (13.28% from 255) = 11.04%
BLUE value IS 77 (30.47% from 255) = 25.75%
R=63.21%
G=11.04%
B=25.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.59
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal189337700.830.590.26343.0870.2743.53
HexBD214D0533B1A157462c
Octal275411150123733252710654
Binary10111101100001100110101010011111011110101010101111000110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD214D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD214D; }

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

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

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

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

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

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

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

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