#B73058

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

Shades of Old Rose #B73058

Tints of Old Rose #B73058

Color information

#B73058 (or 0xB73058) is unknown color: approx Old Rose. HEX triplet: B7, 30 and 58. RGB value is (183,48,88). Sum of RGB (Red+Green+Blue) = 183+48+88=319 (42% of max value = 765). Red value is 183 (71.88% from 255 or 57.37% from 319); Green value is 48 (19.14% from 255 or 15.05% from 319); Blue value is 88 (34.77% from 255 or 27.59% from 319); Max value from RGB is 183 - color contains mainly: red. Hex color #B73058 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B73058 is #48CFA7. Grayscale: #5C5C5C. Windows color (decimal): -4771752 or 5779639. OLE color: 5779639.

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

Color convert

RGB1834888-
CMYK00.740.520.28
HSL342.22º58.44%45.29%-
HSV(B)342.22º73.77%71.76%-
XYZ22.3512.8910.54-
YUV92.92125.23192.25-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 57.37%
GREEN value IS 48 (19.14% from 255) = 15.05%
BLUE value IS 88 (34.77% from 255) = 27.59%
R=57.37%
G=15.05%
B=27.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.52
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal183488800.740.520.28342.2258.4445.29
HexB7305804A341C1563a2d
Octal26760130011264345267255
Binary1011011111000010110000100101011010011100101010110111010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B73058

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B73058; }

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

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

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

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

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

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

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

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