#BD3257

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

Shades of Old Rose #BD3257

Tints of Old Rose #BD3257

Color information

#BD3257 (or 0xBD3257) is unknown color: approx Old Rose. HEX triplet: BD, 32 and 57. RGB value is (189,50,87). Sum of RGB (Red+Green+Blue) = 189+50+87=326 (43% of max value = 765). Red value is 189 (74.22% from 255 or 57.98% from 326); Green value is 50 (19.92% from 255 or 15.34% from 326); Blue value is 87 (34.38% from 255 or 26.69% from 326); Max value from RGB is 189 - color contains mainly: red. Hex color #BD3257 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BD3257 is #42CDA8. Grayscale: #5F5F5F. Windows color (decimal): -4378025 or 5714621. OLE color: 5714621.

HSL color Cylindrical-coordinate representation of color #BD3257: hue angle of 344.03º degrees, saturation: 0.58, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #BD3257 is Cyan = 0, Magento = 0.74, Yellow = 0.54 and Black (K on CMYK) = 0.26.

Color convert

RGB1895087-
CMYK00.740.540.26
HSL344.03º58.16%46.86%-
HSV(B)344.03º73.54%74.12%-
XYZ23.8513.7910.42-
YUV95.78123.05194.49-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 57.98%
GREEN value IS 50 (19.92% from 255) = 15.34%
BLUE value IS 87 (34.38% from 255) = 26.69%
R=57.98%
G=15.34%
B=26.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.54
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal189508700.740.540.26344.0358.1646.86
HexBD325704A361A1583a2f
Octal27562127011266325307257
Binary1011110111001010101110100101011011011010101011000111010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD3257

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD3257; }

 p { color: rgb(189,50,87); }

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

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

 a { background-color: rgb(189,50,87); }

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

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

 span { border-color: rgb(189,50,87); }

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