Html Css Color HEX #BD214C Old Rose

📋 copy color: '#BD214C'

red 189 ◦ green 33 ◦ blue 76

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

Shades of Old Rose #BD214C

Tints of Old Rose #BD214C

RGB

 RED value IS 189 (74.22% from 255) = 63.42%

 GREEN value IS 33 (13.28% from 255) = 11.07%

 BLUE value IS 76 (30.08% from 255) = 25.5%

R = 63.42%
G = 11.07%
B = 25.5%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.60

 K value IS 0.26

RGB Variations

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

Color information

#BD214C (or 0xBD214C) is known color: Old Rose. HEX triplet: BD, 21 and 4C. RGB value is (189,33,76). Sum of RGB (Red+Green+Blue) = 189+33+76=298 (39% of max value = 765). Red value is 189 (74.22% from 255 or 63.42% from 298); Green value is 33 (13.28% from 255 or 11.07% from 298); Blue value is 76 (30.08% from 255 or 25.50% from 298); Max value from RGB is 189 - color contains mainly: red. Hex color #BD214C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BD214C is #42DEB3. Grayscale: #545454. Windows color (decimal): -4382388 or 4989373. OLE color: 4989373.

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

Color convert

RGB 189 33 76 -
CMYK 0 0.83 0.60 0.26
HSL 343.46º 0.7% 0.44% -
HSV(B) 343.46º 0.83% 0.74% -
XYZ 22.83 12.43 8.03 -
YUV 84.55 123.18 202.5 -
System Red Green Blue C M Y K H S L
Decimal 189 33 76 0 0.83 0.60 0.26 343.46 0.7 0.44
Hex BD 21 4C 0 53 3C 1A 157 46 2C
Octal 275 41 114 0 123 74 32 527 106 54
Binary 10111101 100001 1001100 0 1010011 111100 11010 101010111 1000110 101100

Color Harmonies of #BD214C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD214C

Black with #BD214C

Text Example


Text Example

White with #BD214C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD214C; }

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

 H1.HeaderClassName
 {
   color: #BD214C;
 }
 .AnyTagClassName
 {
   color: #BD214C;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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