Html Css Color HEX #BD205E Old Rose

📋 copy color: '#BD205E'

red 189 ◦ green 32 ◦ blue 94

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

Shades of Old Rose #BD205E

Tints of Old Rose #BD205E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 29.84%

R = 60%
G = 10.16%
B = 29.84%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.50

 K value IS 0.26

RGB Variations

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

Color information

#BD205E (or 0xBD205E) is known color: Old Rose. HEX triplet: BD, 20 and 5E. RGB value is (189,32,94). Sum of RGB (Red+Green+Blue) = 189+32+94=315 (41% of max value = 765). Red value is 189 (74.22% from 255 or 60% from 315); Green value is 32 (12.89% from 255 or 10.16% from 315); Blue value is 94 (37.11% from 255 or 29.84% from 315); Max value from RGB is 189 - color contains mainly: red. Hex color #BD205E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BD205E is #42DFA1. Grayscale: #555555. Windows color (decimal): -4382626 or 6168765. OLE color: 6168765.

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

Color convert

RGB 189 32 94 -
CMYK 0 0.83 0.50 0.26
HSL 336.31º 0.71% 0.43% -
HSV(B) 336.31º 0.83% 0.74% -
XYZ 23.52 12.66 11.79 -
YUV 86.01 132.51 201.46 -
System Red Green Blue C M Y K H S L
Decimal 189 32 94 0 0.83 0.50 0.26 336.31 0.71 0.43
Hex BD 20 5E 0 53 32 1A 150 47 2B
Octal 275 40 136 0 123 62 32 520 107 53
Binary 10111101 100000 1011110 0 1010011 110010 11010 101010000 1000111 101011

Color Harmonies of #BD205E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD205E

Black with #BD205E

Text Example


Text Example

White with #BD205E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD205E; }

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

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

background-color css

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

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

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

border-color css

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

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

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