Html Css Color HEX #BD1F5E Old Rose

📋 copy color: '#BD1F5E'

red 189 ◦ green 31 ◦ blue 94

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

Shades of Old Rose #BD1F5E

Tints of Old Rose #BD1F5E

RGB

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

 GREEN value IS 31 (12.5% from 255) = 9.87%

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

R = 60.19%
G = 9.87%
B = 29.94%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.50

 K value IS 0.26

RGB Variations

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

Color information

#BD1F5E (or 0xBD1F5E) is known color: Old Rose. HEX triplet: BD, 1F and 5E. RGB value is (189,31,94). Sum of RGB (Red+Green+Blue) = 189+31+94=314 (41% of max value = 765). Red value is 189 (74.22% from 255 or 60.19% from 314); Green value is 31 (12.5% from 255 or 9.87% from 314); Blue value is 94 (37.11% from 255 or 29.94% from 314); Max value from RGB is 189 - color contains mainly: red. Hex color #BD1F5E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BD1F5E is #42E0A1. Grayscale: #555555. Windows color (decimal): -4382882 or 6168509. OLE color: 6168509.

HSL color Cylindrical-coordinate representation of color #BD1F5E: hue angle of 336.08º degrees, saturation: 0.72, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #BD1F5E is Cyan = 0, Magento = 0.84, Yellow = 0.50 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 31 94 -
CMYK 0 0.84 0.50 0.26
HSL 336.08º 0.72% 0.43% -
HSV(B) 336.08º 0.84% 0.74% -
XYZ 23.5 12.61 11.78 -
YUV 85.42 132.85 201.88 -
System Red Green Blue C M Y K H S L
Decimal 189 31 94 0 0.84 0.50 0.26 336.08 0.72 0.43
Hex BD 1F 5E 0 54 32 1A 150 48 2B
Octal 275 37 136 0 124 62 32 520 110 53
Binary 10111101 11111 1011110 0 1010100 110010 11010 101010000 1001000 101011

Color Harmonies of #BD1F5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD1F5E

Black with #BD1F5E

Text Example


Text Example

White with #BD1F5E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD1F5E; }

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

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

background-color css

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

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

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

border-color css

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

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

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