Html Css Color HEX #BD214D Old Rose

📋 copy color: '#BD214D'

red 189 ◦ green 33 ◦ blue 77

#BD214D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Old Rose #BD214D

Tints of Old Rose #BD214D

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 value IS 0

 M value IS 0.83

 Y value IS 0.59

 K value IS 0.26

RGB Variations

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

Color information

#BD214D (or 0xBD214D) is known color: 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

RGB 189 33 77 -
CMYK 0 0.83 0.59 0.26
HSL 343.08º 0.7% 0.44% -
HSV(B) 343.08º 0.83% 0.74% -
XYZ 22.87 12.44 8.22 -
YUV 84.66 123.68 202.42 -
System Red Green Blue C M Y K H S L
Decimal 189 33 77 0 0.83 0.59 0.26 343.08 0.7 0.44
Hex BD 21 4D 0 53 3B 1A 157 46 2C
Octal 275 41 115 0 123 73 32 527 106 54
Binary 10111101 100001 1001101 0 1010011 111011 11010 101010111 1000110 101100

Color Harmonies of #BD214D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD214D

Black with #BD214D

Text Example


Text Example

White with #BD214D

Text Example


Text Example

HTML Codes & Css Web 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>