#BD2754

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

Shades of Old Rose #BD2754

Tints of Old Rose #BD2754

Color information

#BD2754 (or 0xBD2754) is unknown color: approx Old Rose. HEX triplet: BD, 27 and 54. RGB value is (189,39,84). Sum of RGB (Red+Green+Blue) = 189+39+84=312 (41% of max value = 765). Red value is 189 (74.22% from 255 or 60.58% from 312); Green value is 39 (15.62% from 255 or 12.5% from 312); Blue value is 84 (33.20% from 255 or 26.92% from 312); Max value from RGB is 189 - color contains mainly: red. Hex color #BD2754 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BD2754 is #42D8AB. Grayscale: #585858. Windows color (decimal): -4380844 or 5515197. OLE color: 5515197.

HSL color Cylindrical-coordinate representation of color #BD2754: hue angle of 342º degrees, saturation: 0.66, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #BD2754 is Cyan = 0, Magento = 0.79, Yellow = 0.56 and Black (K on CMYK) = 0.26.

Color convert

RGB1893984-
CMYK00.790.560.26
HSL342º65.79%44.71%-
HSV(B)342º79.37%74.12%-
XYZ23.3112.919.65-
YUV88.98125.2199.34-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 60.58%
GREEN value IS 39 (15.62% from 255) = 12.5%
BLUE value IS 84 (33.20% from 255) = 26.92%
R=60.58%
G=12.5%
B=26.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.56
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal189398400.790.560.2634265.7944.71
HexBD275404F381A156422d
Octal275471240117703252610255
Binary10111101100111101010001001111111000110101010101101000010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD2754

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD2754; }

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

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

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

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

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

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

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

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