Html Css Color HEX #BD204D Old Rose

📋 copy color: '#BD204D'

red 189 ◦ green 32 ◦ blue 77

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

Shades of Old Rose #BD204D

Tints of Old Rose #BD204D

RGB

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

 GREEN value IS 32 (12.89% from 255) = 10.74%

 BLUE value IS 77 (30.47% from 255) = 25.84%

R = 63.42%
G = 10.74%
B = 25.84%

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

#BD204D (or 0xBD204D) is known color: Old Rose. HEX triplet: BD, 20 and 4D. RGB value is (189,32,77). Sum of RGB (Red+Green+Blue) = 189+32+77=298 (39% of max value = 765). Red value is 189 (74.22% from 255 or 63.42% from 298); Green value is 32 (12.89% from 255 or 10.74% from 298); Blue value is 77 (30.47% from 255 or 25.84% from 298); Max value from RGB is 189 - color contains mainly: red. Hex color #BD204D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BD204D is #42DFB2. Grayscale: #545454. Windows color (decimal): -4382643 or 5054653. OLE color: 5054653.

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

Color convert

RGB 189 32 77 -
CMYK 0 0.83 0.59 0.26
HSL 342.8º 0.71% 0.43% -
HSV(B) 342.8º 0.83% 0.74% -
XYZ 22.84 12.39 8.21 -
YUV 84.07 124.01 202.84 -
System Red Green Blue C M Y K H S L
Decimal 189 32 77 0 0.83 0.59 0.26 342.8 0.71 0.43
Hex BD 20 4D 0 53 3B 1A 157 47 2B
Octal 275 40 115 0 123 73 32 527 107 53
Binary 10111101 100000 1001101 0 1010011 111011 11010 101010111 1000111 101011

Color Harmonies of #BD204D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD204D

Black with #BD204D

Text Example


Text Example

White with #BD204D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD204D; }

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

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

background-color css

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

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

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

border-color css

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

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

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