#B7355A

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

Shades of Old Rose #B7355A

Tints of Old Rose #B7355A

Color information

#B7355A (or 0xB7355A) is unknown color: approx Old Rose. HEX triplet: B7, 35 and 5A. RGB value is (183,53,90). Sum of RGB (Red+Green+Blue) = 183+53+90=326 (43% of max value = 765). Red value is 183 (71.88% from 255 or 56.13% from 326); Green value is 53 (21.09% from 255 or 16.26% from 326); Blue value is 90 (35.55% from 255 or 27.61% from 326); Max value from RGB is 183 - color contains mainly: red. Hex color #B7355A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B7355A is #48CAA5. Grayscale: #606060. Windows color (decimal): -4770470 or 5911991. OLE color: 5911991.

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

Color convert

RGB1835390-
CMYK00.710.510.28
HSL342.92º55.08%46.27%-
HSV(B)342.92º71.04%71.76%-
XYZ22.6513.3511.06-
YUV96.09124.57189.99-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 56.13%
GREEN value IS 53 (21.09% from 255) = 16.26%
BLUE value IS 90 (35.55% from 255) = 27.61%
R=56.13%
G=16.26%
B=27.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.51
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal183539000.710.510.28342.9255.0846.27
HexB7355A047331C157372e
Octal26765132010763345276756
Binary1011011111010110110100100011111001111100101010111110111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7355A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7355A; }

 p { color: rgb(183,53,90); }

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

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

 a { background-color: rgb(183,53,90); }

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

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

 span { border-color: rgb(183,53,90); }

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