#bd275d

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

Shades of Old Rose #BD275D

Tints of Old Rose #BD275D

Color information

#BD275D (or 0xBD275D) is unknown color: approx Old Rose. HEX triplet: BD, 27 and 5D. RGB value is (189,39,93). Sum of RGB (Red+Green+Blue) = 189+39+93=321 (42% of max value = 765). Red value is 189 (74.22% from 255 or 58.88% from 321); Green value is 39 (15.62% from 255 or 12.15% from 321); Blue value is 93 (36.72% from 255 or 28.97% from 321); Max value from RGB is 189 - color contains mainly: red. Hex color #BD275D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BD275D is #42D8A2. Grayscale: #595959. Windows color (decimal): -4380835 or 6105021. OLE color: 6105021.

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

Color convert

RGB1893993-
CMYK00.790.510.26
HSL338.4º65.79%44.71%-
HSV(B)338.4º79.37%74.12%-
XYZ23.6913.0611.63-
YUV90.01129.7198.61-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 58.88%
GREEN value IS 39 (15.62% from 255) = 12.15%
BLUE value IS 93 (36.72% from 255) = 28.97%
R=58.88%
G=12.15%
B=28.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.51
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal189399300.790.510.26338.465.7944.71
HexBD275D04F331A152422d
Octal275471350117633252210255
Binary10111101100111101110101001111110011110101010100101000010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #bd275d

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #bd275d; }

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

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

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

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

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

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

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

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