Html Css Color HEX #BD194E Old Rose

📋 copy color: '#BD194E'

red 189 ◦ green 25 ◦ blue 78

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

Shades of Old Rose #BD194E

Tints of Old Rose #BD194E

RGB

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

 GREEN value IS 25 (10.16% from 255) = 8.56%

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

R = 64.73%
G = 8.56%
B = 26.71%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.59

 K value IS 0.26

RGB Variations

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

Color information

#BD194E (or 0xBD194E) is known color: Old Rose. HEX triplet: BD, 19 and 4E. RGB value is (189,25,78). Sum of RGB (Red+Green+Blue) = 189+25+78=292 (38% of max value = 765). Red value is 189 (74.22% from 255 or 64.73% from 292); Green value is 25 (10.16% from 255 or 8.56% from 292); Blue value is 78 (30.86% from 255 or 26.71% from 292); Max value from RGB is 189 - color contains mainly: red. Hex color #BD194E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BD194E is #42E6B1. Grayscale: #505050. Windows color (decimal): -4384434 or 5118397. OLE color: 5118397.

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

Color convert

RGB 189 25 78 -
CMYK 0 0.87 0.59 0.26
HSL 340.61º 0.77% 0.42% -
HSV(B) 340.61º 0.87% 0.74% -
XYZ 22.71 12.06 8.34 -
YUV 80.08 126.83 205.69 -
System Red Green Blue C M Y K H S L
Decimal 189 25 78 0 0.87 0.59 0.26 340.61 0.77 0.42
Hex BD 19 4E 0 57 3B 1A 155 4D 2A
Octal 275 31 116 0 127 73 32 525 115 52
Binary 10111101 11001 1001110 0 1010111 111011 11010 101010101 1001101 101010

Color Harmonies of #BD194E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD194E

Black with #BD194E

Text Example


Text Example

White with #BD194E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD194E; }

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

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

background-color css

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

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

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

border-color css

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

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

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