#B73644

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

Shades of Old Rose #B73644

Tints of Old Rose #B73644

Color information

#B73644 (or 0xB73644) is unknown color: approx Old Rose. HEX triplet: B7, 36 and 44. RGB value is (183,54,68). Sum of RGB (Red+Green+Blue) = 183+54+68=305 (40% of max value = 765). Red value is 183 (71.88% from 255 or 60% from 305); Green value is 54 (21.48% from 255 or 17.70% from 305); Blue value is 68 (26.95% from 255 or 22.30% from 305); Max value from RGB is 183 - color contains mainly: red. Hex color #B73644 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B73644 is #48C9BB. Grayscale: #5E5E5E. Windows color (decimal): -4770236 or 4470455. OLE color: 4470455.

HSL color Cylindrical-coordinate representation of color #B73644: hue angle of 353.49º degrees, saturation: 0.54, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #B73644 is Cyan = 0, Magento = 0.70, Yellow = 0.63 and Black (K on CMYK) = 0.28.

Color convert

RGB1835468-
CMYK00.700.630.28
HSL353.49º54.43%46.47%-
HSV(B)353.49º70.49%71.76%-
XYZ21.8913.126.85-
YUV94.17113.24191.36-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 60%
GREEN value IS 54 (21.48% from 255) = 17.70%
BLUE value IS 68 (26.95% from 255) = 22.30%
R=60%
G=17.70%
B=22.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.63
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal183546800.700.630.28353.4954.4346.47
HexB736440463F1C161362e
Octal26766104010677345416656
Binary1011011111011010001000100011011111111100101100001110110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B73644

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B73644; }

 p { color: rgb(183,54,68); }

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

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

 a { background-color: rgb(183,54,68); }

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

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

 span { border-color: rgb(183,54,68); }

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