#B73D4A

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

Shades of Old Rose #B73D4A

Tints of Old Rose #B73D4A

Color information

#B73D4A (or 0xB73D4A) is unknown color: approx Old Rose. HEX triplet: B7, 3D and 4A. RGB value is (183,61,74). Sum of RGB (Red+Green+Blue) = 183+61+74=318 (42% of max value = 765). Red value is 183 (71.88% from 255 or 57.55% from 318); Green value is 61 (24.22% from 255 or 19.18% from 318); Blue value is 74 (29.30% from 255 or 23.27% from 318); Max value from RGB is 183 - color contains mainly: red. Hex color #B73D4A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B73D4A is #48C2B5. Grayscale: #636363. Windows color (decimal): -4768438 or 4865463. OLE color: 4865463.

HSL color Cylindrical-coordinate representation of color #B73D4A: hue angle of 353.61º degrees, saturation: 0.5, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #B73D4A is Cyan = 0, Magento = 0.67, Yellow = 0.60 and Black (K on CMYK) = 0.28.

Color convert

RGB1836174-
CMYK00.670.600.28
HSL353.61º50%47.84%-
HSV(B)353.61º66.67%71.76%-
XYZ22.4313.97.98-
YUV98.96113.92187.94-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 57.55%
GREEN value IS 61 (24.22% from 255) = 19.18%
BLUE value IS 74 (29.30% from 255) = 23.27%
R=57.55%
G=19.18%
B=23.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.60
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal183617400.670.600.28353.615047.84
HexB73D4A0433C1C1623230
Octal26775112010374345426260
Binary1011011111110110010100100001111110011100101100010110010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B73D4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B73D4A; }

 p { color: rgb(183,61,74); }

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

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

 a { background-color: rgb(183,61,74); }

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

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

 span { border-color: rgb(183,61,74); }

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