#BB335B

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

Shades of Old Rose #BB335B

Tints of Old Rose #BB335B

Color information

#BB335B (or 0xBB335B) is unknown color: approx Old Rose. HEX triplet: BB, 33 and 5B. RGB value is (187,51,91). Sum of RGB (Red+Green+Blue) = 187+51+91=329 (43% of max value = 765). Red value is 187 (73.44% from 255 or 56.84% from 329); Green value is 51 (20.31% from 255 or 15.50% from 329); Blue value is 91 (35.94% from 255 or 27.66% from 329); Max value from RGB is 187 - color contains mainly: red. Hex color #BB335B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BB335B is #44CCA4. Grayscale: #606060. Windows color (decimal): -4508837 or 5977019. OLE color: 5977019.

HSL color Cylindrical-coordinate representation of color #BB335B: hue angle of 342.35º degrees, saturation: 0.57, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #BB335B is Cyan = 0, Magento = 0.73, Yellow = 0.51 and Black (K on CMYK) = 0.27.

Color convert

RGB1875191-
CMYK00.730.510.27
HSL342.35º57.14%46.67%-
HSV(B)342.35º72.73%73.33%-
XYZ23.5713.6911.3-
YUV96.22125.06192.75-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 56.84%
GREEN value IS 51 (20.31% from 255) = 15.50%
BLUE value IS 91 (35.94% from 255) = 27.66%
R=56.84%
G=15.50%
B=27.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.51
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal187519100.730.510.27342.3557.1446.67
HexBB335B049331B156392f
Octal27363133011163335267157
Binary1011101111001110110110100100111001111011101010110111001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB335B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB335B; }

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

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

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

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

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

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

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

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