#B7355B

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

Shades of Old Rose #B7355B

Tints of Old Rose #B7355B

Color information

#B7355B (or 0xB7355B) is unknown color: approx Old Rose. HEX triplet: B7, 35 and 5B. RGB value is (183,53,91). Sum of RGB (Red+Green+Blue) = 183+53+91=327 (43% of max value = 765). Red value is 183 (71.88% from 255 or 55.96% from 327); Green value is 53 (21.09% from 255 or 16.21% from 327); Blue value is 91 (35.94% from 255 or 27.83% from 327); Max value from RGB is 183 - color contains mainly: red. Hex color #B7355B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B7355B is #48CAA4. Grayscale: #606060. Windows color (decimal): -4770469 or 5977527. OLE color: 5977527.

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

Color convert

RGB1835391-
CMYK00.710.500.28
HSL342.46º55.08%46.27%-
HSV(B)342.46º71.04%71.76%-
XYZ22.6913.3711.28-
YUV96.2125.07189.91-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 55.96%
GREEN value IS 53 (21.09% from 255) = 16.21%
BLUE value IS 91 (35.94% from 255) = 27.83%
R=55.96%
G=16.21%
B=27.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.50
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal183539100.710.500.28342.4655.0846.27
HexB7355B047321C156372e
Octal26765133010762345266756
Binary1011011111010110110110100011111001011100101010110110111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7355B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7355B; }

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

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

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

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

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

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

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

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