#b7335b

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

Shades of Old Rose #B7335B

Tints of Old Rose #B7335B

Color information

#B7335B (or 0xB7335B) is unknown color: approx Old Rose. HEX triplet: B7, 33 and 5B. RGB value is (183,51,91). Sum of RGB (Red+Green+Blue) = 183+51+91=325 (43% of max value = 765). Red value is 183 (71.88% from 255 or 56.31% from 325); Green value is 51 (20.31% from 255 or 15.69% from 325); Blue value is 91 (35.94% from 255 or 28% from 325); Max value from RGB is 183 - color contains mainly: red. Hex color #B7335B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B7335B is #48CCA4. Grayscale: #5F5F5F. Windows color (decimal): -4770981 or 5977015. OLE color: 5977015.

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

Color convert

RGB1835191-
CMYK00.720.500.28
HSL341.82º56.41%45.88%-
HSV(B)341.82º72.13%71.76%-
XYZ22.613.1911.25-
YUV95.03125.73190.75-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 56.31%
GREEN value IS 51 (20.31% from 255) = 15.69%
BLUE value IS 91 (35.94% from 255) = 28%
R=56.31%
G=15.69%
B=28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.50
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal183519100.720.500.28341.8256.4145.88
HexB7335B048321C156382e
Octal26763133011062345267056
Binary1011011111001110110110100100011001011100101010110111000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b7335b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b7335b; }

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

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

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

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

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

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

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

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