#B73852

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

Shades of Old Rose #B73852

Tints of Old Rose #B73852

Color information

#B73852 (or 0xB73852) is unknown color: approx Old Rose. HEX triplet: B7, 38 and 52. RGB value is (183,56,82). Sum of RGB (Red+Green+Blue) = 183+56+82=321 (42% of max value = 765). Red value is 183 (71.88% from 255 or 57.01% from 321); Green value is 56 (22.27% from 255 or 17.45% from 321); Blue value is 82 (32.42% from 255 or 25.55% from 321); Max value from RGB is 183 - color contains mainly: red. Hex color #B73852 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B73852 is #48C7AD. Grayscale: #606060. Windows color (decimal): -4769710 or 5388471. OLE color: 5388471.

HSL color Cylindrical-coordinate representation of color #B73852: hue angle of 347.72º degrees, saturation: 0.53, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #B73852 is Cyan = 0, Magento = 0.69, Yellow = 0.55 and Black (K on CMYK) = 0.28.

Color convert

RGB1835682-
CMYK00.690.550.28
HSL347.72º53.14%46.86%-
HSV(B)347.72º69.4%71.76%-
XYZ22.4713.59.41-
YUV96.94119.58189.39-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 57.01%
GREEN value IS 56 (22.27% from 255) = 17.45%
BLUE value IS 82 (32.42% from 255) = 25.55%
R=57.01%
G=17.45%
B=25.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.55
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal183568200.690.550.28347.7253.1446.86
HexB73852045371C15c352f
Octal26770122010567345346557
Binary1011011111100010100100100010111011111100101011100110101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B73852

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B73852; }

 p { color: rgb(183,56,82); }

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

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

 a { background-color: rgb(183,56,82); }

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

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

 span { border-color: rgb(183,56,82); }

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