#BB3756

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

Shades of Old Rose #BB3756

Tints of Old Rose #BB3756

Color information

#BB3756 (or 0xBB3756) is unknown color: approx Old Rose. HEX triplet: BB, 37 and 56. RGB value is (187,55,86). Sum of RGB (Red+Green+Blue) = 187+55+86=328 (43% of max value = 765). Red value is 187 (73.44% from 255 or 57.01% from 328); Green value is 55 (21.88% from 255 or 16.77% from 328); Blue value is 86 (33.98% from 255 or 26.22% from 328); Max value from RGB is 187 - color contains mainly: red. Hex color #BB3756 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BB3756 is #44C8A9. Grayscale: #626262. Windows color (decimal): -4507818 or 5650363. OLE color: 5650363.

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

Color convert

RGB1875586-
CMYK00.710.540.27
HSL345.91º54.55%47.45%-
HSV(B)345.91º70.59%73.33%-
XYZ23.5413.9710.26-
YUV98121.23191.48-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 57.01%
GREEN value IS 55 (21.88% from 255) = 16.77%
BLUE value IS 86 (33.98% from 255) = 26.22%
R=57.01%
G=16.77%
B=26.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.54
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal187558600.710.540.27345.9154.5547.45
HexBB3756047361B15a372f
Octal27367126010766335326757
Binary1011101111011110101100100011111011011011101011010110111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB3756

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB3756; }

 p { color: rgb(187,55,86); }

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

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

 a { background-color: rgb(187,55,86); }

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

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

 span { border-color: rgb(187,55,86); }

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