#BD1754

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

Shades of Old Rose #BD1754

Tints of Old Rose #BD1754

Color information

#BD1754 (or 0xBD1754) is unknown color: approx Old Rose. HEX triplet: BD, 17 and 54. RGB value is (189,23,84). Sum of RGB (Red+Green+Blue) = 189+23+84=296 (39% of max value = 765). Red value is 189 (74.22% from 255 or 63.85% from 296); Green value is 23 (9.38% from 255 or 7.77% from 296); Blue value is 84 (33.20% from 255 or 28.38% from 296); Max value from RGB is 189 - color contains mainly: red. Hex color #BD1754 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BD1754 is #42E8AB. Grayscale: #4F4F4F. Windows color (decimal): -4384940 or 5511101. OLE color: 5511101.

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

Color convert

RGB1892384-
CMYK00.880.560.26
HSL337.95º78.3%41.57%-
HSV(B)337.95º87.83%74.12%-
XYZ22.8912.079.51-
YUV79.59130.5206.04-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 63.85%
GREEN value IS 23 (9.38% from 255) = 7.77%
BLUE value IS 84 (33.20% from 255) = 28.38%
R=63.85%
G=7.77%
B=28.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.56
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal189238400.880.560.26337.9578.341.57
HexBD1754058381A1524e2a
Octal275271240130703252211652
Binary1011110110111101010001011000111000110101010100101001110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD1754

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD1754; }

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

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

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

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

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

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

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

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