Html Css Color HEX #BD2E52 Old Rose

📋 copy color: '#BD2E52'

red 189 ◦ green 46 ◦ blue 82

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

Shades of Old Rose #BD2E52

Tints of Old Rose #BD2E52

RGB

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

 GREEN value IS 46 (18.36% from 255) = 14.51%

 BLUE value IS 82 (32.42% from 255) = 25.87%

R = 59.62%
G = 14.51%
B = 25.87%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.57

 K value IS 0.26

RGB Variations

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

Color information

#BD2E52 (or 0xBD2E52) is known color: Old Rose. HEX triplet: BD, 2E and 52. RGB value is (189,46,82). Sum of RGB (Red+Green+Blue) = 189+46+82=317 (41% of max value = 765). Red value is 189 (74.22% from 255 or 59.62% from 317); Green value is 46 (18.36% from 255 or 14.51% from 317); Blue value is 82 (32.42% from 255 or 25.87% from 317); Max value from RGB is 189 - color contains mainly: red. Hex color #BD2E52 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BD2E52 is #42D1AD. Grayscale: #5C5C5C. Windows color (decimal): -4379054 or 5385917. OLE color: 5385917.

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

Color convert

RGB 189 46 82 -
CMYK 0 0.76 0.57 0.26
HSL 344.9º 0.61% 0.46% -
HSV(B) 344.9º 0.76% 0.74% -
XYZ 23.49 13.38 9.33 -
YUV 92.86 121.88 196.57 -
System Red Green Blue C M Y K H S L
Decimal 189 46 82 0 0.76 0.57 0.26 344.9 0.61 0.46
Hex BD 2E 52 0 4C 39 1A 159 3D 2E
Octal 275 56 122 0 114 71 32 531 75 56
Binary 10111101 101110 1010010 0 1001100 111001 11010 101011001 111101 101110

Color Harmonies of #BD2E52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD2E52

Black with #BD2E52

Text Example


Text Example

White with #BD2E52

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD2E52; }

 p { color: rgb(189,46,82); }

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

background-color css

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

 a { background-color: rgb(189,46,82); }

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

border-color css

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

 span { border-color: rgb(189,46,82); }

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