Html Css Color HEX #BD2E5F Old Rose

📋 copy color: '#BD2E5F'

red 189 ◦ green 46 ◦ blue 95

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

Shades of Old Rose #BD2E5F

Tints of Old Rose #BD2E5F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 28.79%

R = 57.27%
G = 13.94%
B = 28.79%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.50

 K value IS 0.26

RGB Variations

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

Color information

#BD2E5F (or 0xBD2E5F) is known color: Old Rose. HEX triplet: BD, 2E and 5F. RGB value is (189,46,95). Sum of RGB (Red+Green+Blue) = 189+46+95=330 (43% of max value = 765). Red value is 189 (74.22% from 255 or 57.27% from 330); Green value is 46 (18.36% from 255 or 13.94% from 330); Blue value is 95 (37.5% from 255 or 28.79% from 330); Max value from RGB is 189 - color contains mainly: red. Hex color #BD2E5F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BD2E5F is #42D1A0. Grayscale: #5E5E5E. Windows color (decimal): -4379041 or 6237885. OLE color: 6237885.

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

Color convert

RGB 189 46 95 -
CMYK 0 0.76 0.50 0.26
HSL 339.44º 0.61% 0.46% -
HSV(B) 339.44º 0.76% 0.74% -
XYZ 24.03 13.6 12.18 -
YUV 94.34 128.38 195.52 -
System Red Green Blue C M Y K H S L
Decimal 189 46 95 0 0.76 0.50 0.26 339.44 0.61 0.46
Hex BD 2E 5F 0 4C 32 1A 153 3D 2E
Octal 275 56 137 0 114 62 32 523 75 56
Binary 10111101 101110 1011111 0 1001100 110010 11010 101010011 111101 101110

Color Harmonies of #BD2E5F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD2E5F

Black with #BD2E5F

Text Example


Text Example

White with #BD2E5F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD2E5F; }

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

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

background-color css

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

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

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

border-color css

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

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

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