Html Css Color HEX #BD204C Old Rose

📋 copy color: '#BD204C'

red 189 ◦ green 32 ◦ blue 76

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

Shades of Old Rose #BD204C

Tints of Old Rose #BD204C

RGB

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

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

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

R = 63.64%
G = 10.77%
B = 25.59%

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

#BD204C (or 0xBD204C) is known color: Old Rose. HEX triplet: BD, 20 and 4C. RGB value is (189,32,76). Sum of RGB (Red+Green+Blue) = 189+32+76=297 (39% of max value = 765). Red value is 189 (74.22% from 255 or 63.64% from 297); Green value is 32 (12.89% from 255 or 10.77% from 297); Blue value is 76 (30.08% from 255 or 25.59% from 297); Max value from RGB is 189 - color contains mainly: red. Hex color #BD204C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BD204C is #42DFB3. Grayscale: #535353. Windows color (decimal): -4382644 or 4989117. OLE color: 4989117.

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

Color convert

RGB 189 32 76 -
CMYK 0 0.83 0.60 0.26
HSL 343.18º 0.71% 0.43% -
HSV(B) 343.18º 0.83% 0.74% -
XYZ 22.81 12.37 8.02 -
YUV 83.96 123.51 202.92 -
System Red Green Blue C M Y K H S L
Decimal 189 32 76 0 0.83 0.60 0.26 343.18 0.71 0.43
Hex BD 20 4C 0 53 3C 1A 157 47 2B
Octal 275 40 114 0 123 74 32 527 107 53
Binary 10111101 100000 1001100 0 1010011 111100 11010 101010111 1000111 101011

Color Harmonies of #BD204C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD204C

Black with #BD204C

Text Example


Text Example

White with #BD204C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD204C; }

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

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

background-color css

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

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

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

border-color css

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

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

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