#BD184E

Color #BD184E Old Rose (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Old Rose #BD184E

Tints of Old Rose #BD184E

Color information

#BD184E (or 0xBD184E) is unknown color: approx Old Rose. HEX triplet: BD, 18 and 4E. RGB value is (189,24,78). Sum of RGB (Red+Green+Blue) = 189+24+78=291 (38% of max value = 765). Red value is 189 (74.22% from 255 or 64.95% from 291); Green value is 24 (9.77% from 255 or 8.25% from 291); Blue value is 78 (30.86% from 255 or 26.80% from 291); Max value from RGB is 189 - color contains mainly: red. Hex color #BD184E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BD184E is #42E7B1. Grayscale: #4F4F4F. Windows color (decimal): -4384690 or 5118141. OLE color: 5118141.

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

Color convert

RGB1892478-
CMYK00.870.590.26
HSL340.36º77.46%41.76%-
HSV(B)340.36º87.3%74.12%-
XYZ22.6912.028.33-
YUV79.49127.16206.11-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 64.95%
GREEN value IS 24 (9.77% from 255) = 8.25%
BLUE value IS 78 (30.86% from 255) = 26.80%
R=64.95%
G=8.25%
B=26.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.59
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal189247800.870.590.26340.3677.4641.76
HexBD184E0573B1A1544d2a
Octal275301160127733252411552
Binary1011110111000100111001010111111011110101010101001001101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD184E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD184E; }

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

 H1.HeaderClassName
 {
   color: #BD184E;
 }
 .AnyTagClassName
 {
   color: #BD184E;
 }
</style>
background-color css

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

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

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

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

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

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