#BD274D

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

Shades of Old Rose #BD274D

Tints of Old Rose #BD274D

Color information

#BD274D (or 0xBD274D) is unknown color: approx Old Rose. HEX triplet: BD, 27 and 4D. RGB value is (189,39,77). Sum of RGB (Red+Green+Blue) = 189+39+77=305 (40% of max value = 765). Red value is 189 (74.22% from 255 or 61.97% from 305); Green value is 39 (15.62% from 255 or 12.79% from 305); Blue value is 77 (30.47% from 255 or 25.25% from 305); Max value from RGB is 189 - color contains mainly: red. Hex color #BD274D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BD274D is #42D8B2. Grayscale: #585858. Windows color (decimal): -4380851 or 5056445. OLE color: 5056445.

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

Color convert

RGB1893977-
CMYK00.790.590.26
HSL344.8º65.79%44.71%-
HSV(B)344.8º79.37%74.12%-
XYZ23.0512.818.28-
YUV88.18121.7199.91-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 61.97%
GREEN value IS 39 (15.62% from 255) = 12.79%
BLUE value IS 77 (30.47% from 255) = 25.25%
R=61.97%
G=12.79%
B=25.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.59
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal189397700.790.590.26344.865.7944.71
HexBD274D04F3B1A159422d
Octal275471150117733253110255
Binary10111101100111100110101001111111011110101010110011000010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD274D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD274D; }

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

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

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

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

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

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

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

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