#B73047

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

Shades of Old Rose #B73047

Tints of Old Rose #B73047

Color information

#B73047 (or 0xB73047) is unknown color: approx Old Rose. HEX triplet: B7, 30 and 47. RGB value is (183,48,71). Sum of RGB (Red+Green+Blue) = 183+48+71=302 (40% of max value = 765). Red value is 183 (71.88% from 255 or 60.60% from 302); Green value is 48 (19.14% from 255 or 15.89% from 302); Blue value is 71 (28.12% from 255 or 23.51% from 302); Max value from RGB is 183 - color contains mainly: red. Hex color #B73047 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B73047 is #48CFB8. Grayscale: #5B5B5B. Windows color (decimal): -4771769 or 4665527. OLE color: 4665527.

HSL color Cylindrical-coordinate representation of color #B73047: hue angle of 349.78º degrees, saturation: 0.58, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #B73047 is Cyan = 0, Magento = 0.74, Yellow = 0.61 and Black (K on CMYK) = 0.28.

Color convert

RGB1834871-
CMYK00.740.610.28
HSL349.78º58.44%45.29%-
HSV(B)349.78º73.77%71.76%-
XYZ21.7212.647.26-
YUV90.99116.73193.63-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 60.60%
GREEN value IS 48 (19.14% from 255) = 15.89%
BLUE value IS 71 (28.12% from 255) = 23.51%
R=60.60%
G=15.89%
B=23.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.61
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal183487100.740.610.28349.7858.4445.29
HexB7304704A3D1C15e3a2d
Octal26760107011275345367255
Binary1011011111000010001110100101011110111100101011110111010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B73047

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B73047; }

 p { color: rgb(183,48,71); }

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

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

 a { background-color: rgb(183,48,71); }

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

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

 span { border-color: rgb(183,48,71); }

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