#B72761

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

Shades of Old Rose #B72761

Tints of Old Rose #B72761

Color information

#B72761 (or 0xB72761) is unknown color: approx Old Rose. HEX triplet: B7, 27 and 61. RGB value is (183,39,97). Sum of RGB (Red+Green+Blue) = 183+39+97=319 (42% of max value = 765). Red value is 183 (71.88% from 255 or 57.37% from 319); Green value is 39 (15.62% from 255 or 12.23% from 319); Blue value is 97 (38.28% from 255 or 30.41% from 319); Max value from RGB is 183 - color contains mainly: red. Hex color #B72761 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B72761 is #48D89E. Grayscale: #585858. Windows color (decimal): -4774047 or 6367159. OLE color: 6367159.

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

Color convert

RGB1833997-
CMYK00.790.470.28
HSL335.83º64.86%43.53%-
HSV(B)335.83º78.69%71.76%-
XYZ22.4112.3812.52-
YUV88.67132.71195.28-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 57.37%
GREEN value IS 39 (15.62% from 255) = 12.23%
BLUE value IS 97 (38.28% from 255) = 30.41%
R=57.37%
G=12.23%
B=30.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.47
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal183399700.790.470.28335.8364.8643.53
HexB7276104F2F1C150412c
Octal267471410117573452010154
Binary10110111100111110000101001111101111111001010100001000001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B72761

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B72761; }

 p { color: rgb(183,39,97); }

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

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

 a { background-color: rgb(183,39,97); }

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

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

 span { border-color: rgb(183,39,97); }

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