#B73D4F

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

Shades of Old Rose #B73D4F

Tints of Old Rose #B73D4F

Color information

#B73D4F (or 0xB73D4F) is unknown color: approx Old Rose. HEX triplet: B7, 3D and 4F. RGB value is (183,61,79). Sum of RGB (Red+Green+Blue) = 183+61+79=323 (42% of max value = 765). Red value is 183 (71.88% from 255 or 56.66% from 323); Green value is 61 (24.22% from 255 or 18.89% from 323); Blue value is 79 (31.25% from 255 or 24.46% from 323); Max value from RGB is 183 - color contains mainly: red. Hex color #B73D4F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B73D4F is #48C2B0. Grayscale: #636363. Windows color (decimal): -4768433 or 5193143. OLE color: 5193143.

HSL color Cylindrical-coordinate representation of color #B73D4F: hue angle of 351.15º 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 #B73D4F is Cyan = 0, Magento = 0.67, Yellow = 0.57 and Black (K on CMYK) = 0.28.

Color convert

RGB1836179-
CMYK00.670.570.28
HSL351.15º50%47.84%-
HSV(B)351.15º66.67%71.76%-
XYZ22.6113.978.9-
YUV99.53116.42187.54-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 56.66%
GREEN value IS 61 (24.22% from 255) = 18.89%
BLUE value IS 79 (31.25% from 255) = 24.46%
R=56.66%
G=18.89%
B=24.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.57
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal183617900.670.570.28351.155047.84
HexB73D4F043391C15f3230
Octal26775117010371345376260
Binary1011011111110110011110100001111100111100101011111110010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B73D4F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B73D4F; }

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

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

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

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

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

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

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

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