Html Css Color HEX #BD2E5D Old Rose

📋 copy color: '#BD2E5D'

red 189 ◦ green 46 ◦ blue 93

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

Shades of Old Rose #BD2E5D

Tints of Old Rose #BD2E5D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 28.35%

R = 57.62%
G = 14.02%
B = 28.35%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.51

 K value IS 0.26

RGB Variations

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

Color information

#BD2E5D (or 0xBD2E5D) is known color: Old Rose. HEX triplet: BD, 2E and 5D. RGB value is (189,46,93). Sum of RGB (Red+Green+Blue) = 189+46+93=328 (43% of max value = 765). Red value is 189 (74.22% from 255 or 57.62% from 328); Green value is 46 (18.36% from 255 or 14.02% from 328); Blue value is 93 (36.72% from 255 or 28.35% from 328); Max value from RGB is 189 - color contains mainly: red. Hex color #BD2E5D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BD2E5D is #42D1A2. Grayscale: #5E5E5E. Windows color (decimal): -4379043 or 6106813. OLE color: 6106813.

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

Color convert

RGB 189 46 93 -
CMYK 0 0.76 0.51 0.26
HSL 340.28º 0.61% 0.46% -
HSV(B) 340.28º 0.76% 0.74% -
XYZ 23.94 13.56 11.71 -
YUV 94.12 127.38 195.68 -
System Red Green Blue C M Y K H S L
Decimal 189 46 93 0 0.76 0.51 0.26 340.28 0.61 0.46
Hex BD 2E 5D 0 4C 33 1A 154 3D 2E
Octal 275 56 135 0 114 63 32 524 75 56
Binary 10111101 101110 1011101 0 1001100 110011 11010 101010100 111101 101110

Color Harmonies of #BD2E5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD2E5D

Black with #BD2E5D

Text Example


Text Example

White with #BD2E5D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD2E5D; }

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

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

background-color css

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

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

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

border-color css

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

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

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