Html Css Color HEX #BD174E Old Rose

📋 copy color: '#BD174E'

red 189 ◦ green 23 ◦ blue 78

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

Shades of Old Rose #BD174E

Tints of Old Rose #BD174E

RGB

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

 GREEN value IS 23 (9.38% from 255) = 7.93%

 BLUE value IS 78 (30.86% from 255) = 26.9%

R = 65.17%
G = 7.93%
B = 26.9%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.59

 K value IS 0.26

RGB Variations

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

Color information

#BD174E (or 0xBD174E) is known color: Old Rose. HEX triplet: BD, 17 and 4E. RGB value is (189,23,78). Sum of RGB (Red+Green+Blue) = 189+23+78=290 (38% of max value = 765). Red value is 189 (74.22% from 255 or 65.17% from 290); Green value is 23 (9.38% from 255 or 7.93% from 290); Blue value is 78 (30.86% from 255 or 26.90% from 290); Max value from RGB is 189 - color contains mainly: red. Hex color #BD174E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BD174E is #42E8B1. Grayscale: #4E4E4E. Windows color (decimal): -4384946 or 5117885. OLE color: 5117885.

HSL color Cylindrical-coordinate representation of color #BD174E: hue angle of 340.12º degrees, saturation: 0.78, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #BD174E is Cyan = 0, Magento = 0.88, Yellow = 0.59 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 23 78 -
CMYK 0 0.88 0.59 0.26
HSL 340.12º 0.78% 0.42% -
HSV(B) 340.12º 0.88% 0.74% -
XYZ 22.67 11.98 8.33 -
YUV 78.9 127.5 206.53 -
System Red Green Blue C M Y K H S L
Decimal 189 23 78 0 0.88 0.59 0.26 340.12 0.78 0.42
Hex BD 17 4E 0 58 3B 1A 154 4E 2A
Octal 275 27 116 0 130 73 32 524 116 52
Binary 10111101 10111 1001110 0 1011000 111011 11010 101010100 1001110 101010

Color Harmonies of #BD174E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD174E

Black with #BD174E

Text Example


Text Example

White with #BD174E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD174E; }

 p { color: rgb(189,23,78); }

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

background-color css

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

 a { background-color: rgb(189,23,78); }

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

border-color css

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

 span { border-color: rgb(189,23,78); }

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