Html Css Color HEX #BD2F5E Old Rose

📋 copy color: '#BD2F5E'

red 189 ◦ green 47 ◦ blue 94

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

Shades of Old Rose #BD2F5E

Tints of Old Rose #BD2F5E

RGB

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

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

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

R = 57.27%
G = 14.24%
B = 28.48%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.50

 K value IS 0.26

RGB Variations

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

Color information

#BD2F5E (or 0xBD2F5E) is known color: Old Rose. HEX triplet: BD, 2F and 5E. RGB value is (189,47,94). Sum of RGB (Red+Green+Blue) = 189+47+94=330 (43% of max value = 765). Red value is 189 (74.22% from 255 or 57.27% from 330); Green value is 47 (18.75% from 255 or 14.24% from 330); Blue value is 94 (37.11% from 255 or 28.48% from 330); Max value from RGB is 189 - color contains mainly: red. Hex color #BD2F5E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BD2F5E is #42D0A1. Grayscale: #5E5E5E. Windows color (decimal): -4378786 or 6172605. OLE color: 6172605.

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

Color convert

RGB 189 47 94 -
CMYK 0 0.75 0.50 0.26
HSL 340.14º 0.6% 0.46% -
HSV(B) 340.14º 0.75% 0.74% -
XYZ 24.02 13.66 11.96 -
YUV 94.82 127.54 195.18 -
System Red Green Blue C M Y K H S L
Decimal 189 47 94 0 0.75 0.50 0.26 340.14 0.6 0.46
Hex BD 2F 5E 0 4B 32 1A 154 3C 2E
Octal 275 57 136 0 113 62 32 524 74 56
Binary 10111101 101111 1011110 0 1001011 110010 11010 101010100 111100 101110

Color Harmonies of #BD2F5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD2F5E

Black with #BD2F5E

Text Example


Text Example

White with #BD2F5E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD2F5E; }

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

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

background-color css

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

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

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

border-color css

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

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

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