#BB345E

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

Shades of Old Rose #BB345E

Tints of Old Rose #BB345E

Color information

#BB345E (or 0xBB345E) is unknown color: approx Old Rose. HEX triplet: BB, 34 and 5E. RGB value is (187,52,94). Sum of RGB (Red+Green+Blue) = 187+52+94=333 (44% of max value = 765). Red value is 187 (73.44% from 255 or 56.16% from 333); Green value is 52 (20.70% from 255 or 15.62% from 333); Blue value is 94 (37.11% from 255 or 28.23% from 333); Max value from RGB is 187 - color contains mainly: red. Hex color #BB345E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BB345E is #44CBA1. Grayscale: #616161. Windows color (decimal): -4508578 or 6173883. OLE color: 6173883.

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

Color convert

RGB1875294-
CMYK00.720.500.27
HSL341.33º56.49%46.86%-
HSV(B)341.33º72.19%73.33%-
XYZ23.7413.8312.01-
YUV97.15126.23192.08-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 56.16%
GREEN value IS 52 (20.70% from 255) = 15.62%
BLUE value IS 94 (37.11% from 255) = 28.23%
R=56.16%
G=15.62%
B=28.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.50
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal187529400.720.500.27341.3356.4946.86
HexBB345E048321B155382f
Octal27364136011062335257057
Binary1011101111010010111100100100011001011011101010101111000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB345E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB345E; }

 p { color: rgb(187,52,94); }

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

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

 a { background-color: rgb(187,52,94); }

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

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

 span { border-color: rgb(187,52,94); }

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