Html Css Color HEX #BD2F50 Old Rose

📋 copy color: '#BD2F50'

red 189 ◦ green 47 ◦ blue 80

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

Shades of Old Rose #BD2F50

Tints of Old Rose #BD2F50

RGB

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

 GREEN value IS 47 (18.75% from 255) = 14.87%

 BLUE value IS 80 (31.64% from 255) = 25.32%

R = 59.81%
G = 14.87%
B = 25.32%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.58

 K value IS 0.26

RGB Variations

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

Color information

#BD2F50 (or 0xBD2F50) is known color: Old Rose. HEX triplet: BD, 2F and 50. RGB value is (189,47,80). Sum of RGB (Red+Green+Blue) = 189+47+80=316 (41% of max value = 765). Red value is 189 (74.22% from 255 or 59.81% from 316); Green value is 47 (18.75% from 255 or 14.87% from 316); Blue value is 80 (31.64% from 255 or 25.32% from 316); Max value from RGB is 189 - color contains mainly: red. Hex color #BD2F50 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BD2F50 is #42D0AF. Grayscale: #5D5D5D. Windows color (decimal): -4378800 or 5255101. OLE color: 5255101.

HSL color Cylindrical-coordinate representation of color #BD2F50: hue angle of 346.06º degrees, saturation: 0.6, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #BD2F50 is Cyan = 0, Magento = 0.75, Yellow = 0.58 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 47 80 -
CMYK 0 0.75 0.58 0.26
HSL 346.06º 0.6% 0.46% -
HSV(B) 346.06º 0.75% 0.74% -
XYZ 23.45 13.43 8.95 -
YUV 93.22 120.54 196.32 -
System Red Green Blue C M Y K H S L
Decimal 189 47 80 0 0.75 0.58 0.26 346.06 0.6 0.46
Hex BD 2F 50 0 4B 3A 1A 15A 3C 2E
Octal 275 57 120 0 113 72 32 532 74 56
Binary 10111101 101111 1010000 0 1001011 111010 11010 101011010 111100 101110

Color Harmonies of #BD2F50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD2F50

Black with #BD2F50

Text Example


Text Example

White with #BD2F50

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD2F50; }

 p { color: rgb(189,47,80); }

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

background-color css

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

 a { background-color: rgb(189,47,80); }

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

border-color css

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

 span { border-color: rgb(189,47,80); }

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