#bb4151

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

Shades of Old Rose #BB4151

Tints of Old Rose #BB4151

Color information

#BB4151 (or 0xBB4151) is unknown color: approx Old Rose. HEX triplet: BB, 41 and 51. RGB value is (187,65,81). Sum of RGB (Red+Green+Blue) = 187+65+81=333 (44% of max value = 765). Red value is 187 (73.44% from 255 or 56.16% from 333); Green value is 65 (25.78% from 255 or 19.52% from 333); Blue value is 81 (32.03% from 255 or 24.32% from 333); Max value from RGB is 187 - color contains mainly: red. Hex color #BB4151 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BB4151 is #44BEAE. Grayscale: #676767. Windows color (decimal): -4505263 or 5325243. OLE color: 5325243.

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

Color convert

RGB1876581-
CMYK00.650.570.27
HSL352.13º48.41%49.41%-
HSV(B)352.13º65.24%73.33%-
XYZ23.8714.949.41-
YUV103.3115.42187.7-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 56.16%
GREEN value IS 65 (25.78% from 255) = 19.52%
BLUE value IS 81 (32.03% from 255) = 24.32%
R=56.16%
G=19.52%
B=24.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.57
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal187658100.650.570.27352.1348.4149.41
HexBB4151041391B1603031
Octal273101121010171335406061
Binary10111011100000110100010100000111100111011101100000110000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #bb4151

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #bb4151; }

 p { color: rgb(187,65,81); }

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

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

 a { background-color: rgb(187,65,81); }

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

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

 span { border-color: rgb(187,65,81); }

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